InsertCaptionDialog
Class
Default InsertCrossReferenceWindow
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class InsertCaptionDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IInsertCaptionDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowInsertCaptionDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadInsertSymbolDialog class.
C#
public InsertCaptionDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Raises the event.
C#
protected override void OnClosed(WindowClosedEventArgs args)
The WindowClosedEventArgs instance containing the event data.
Overrides:
C#
public void Show(InsertCaptionDialogContext context, RadRichTextBox owner)
Implements: