Interface
INotesDialog

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

NotesDialogContext

The notes dialog context.

owner

RadRichTextBox

The owner of the dialog.