Interface INotesDialog
Provides functionality for showing dialogs for footnotes and endnotes
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.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. |