New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:contextNotesDialogContext

The notes dialog context.

ownerRadRichTextBox

The owner of the dialog.