Class InsertTableOfContentsDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InsertTableOfContentsDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IInsertTableOfContentsDialog
Constructors
InsertTableOfContentsDialog()
Declaration
public InsertTableOfContentsDialog()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
Show(InsertTableOfContentsDialogContext, RadRichTextBox)
Declaration
public void Show(InsertTableOfContentsDialogContext context, RadRichTextBox owner)
Parameters
InsertTableOfContentsDialogContext
context
|
RadRichTextBox
owner
|