Class InsertCaptionDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InsertCaptionDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IInsertCaptionDialog
Constructors
InsertCaptionDialog()
Initializes a new instance of the InsertSymbolDialog class.
Declaration
public InsertCaptionDialog()
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()
OnClosing(CancelEventArgs)
Declaration
protected override void OnClosing(CancelEventArgs args)
Parameters
System.ComponentModel.CancelEventArgs
args
|
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
Show(InsertCaptionDialogContext, RadRichTextBox)
Declaration
public void Show(InsertCaptionDialogContext context, RadRichTextBox owner)
Parameters
InsertCaptionDialogContext
context
|
RadRichTextBox
owner
|