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