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