Class NotesDialog
Represents dialog for footnotes and endnotes
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class NotesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, INotesDialog, IComponentConnector
Constructors
NotesDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnClosed(WindowClosedEventArgs)
Declaration
protected override void OnClosed(WindowClosedEventArgs args)
Parameters
WindowClosedEventArgs
args
|
Overrides
ShowDialog(NotesDialogContext, RadRichTextBox)
Shows the dialog.
Declaration
public void ShowDialog(NotesDialogContext context, RadRichTextBox owner)
Parameters
NotesDialogContext
context
The notes dialog context. |
RadRichTextBox
owner
The owner of the dialog. |