Interface
INotesDialog

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

NotesDialogContext

The notes dialog context.

owner

RadRichTextBox

The owner of the dialog.