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