Interface INotesDialog
Provides functionality for showing dialogs for footnotes and endnotes
Namespace: Telerik.WinForms.Documents.UI.Extensibility
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public interface INotesDialog
Methods
ShowDialog(NotesDialogContext, RadRichTextBox)
Shows the dialog.
Declaration
void ShowDialog(NotesDialogContext context, RadRichTextBox owner)
Parameters
NotesDialogContext
context
The notes dialog context. |
RadRichTextBox
owner
The owner of the dialog. |