NotesDialog
Class
Represents dialog for footnotes and endnotes
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class NotesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, INotesDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowNotesDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the NotesDialog class.
C#
public NotesDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Raises the event.
C#
protected override void OnClosed(WindowClosedEventArgs args)
The WindowClosedEventArgs instance containing the event data.
Overrides:
Shows the dialog.
C#
public void ShowDialog(NotesDialogContext context, RadRichTextBox owner)
The notes dialog context.
ownerRadRichTextBoxThe owner of the dialog.
Implements: