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