InsertTableDialog
Class
InsertTableDialog
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class InsertTableDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IInsertTableDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowInsertTableDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the InsertTableDialog class.
C#
public InsertTableDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Raises the event.
C#
protected override void OnClosed(WindowClosedEventArgs args)
The WindowClosedEventArgs instance containing the event data.
Overrides:
Shows the dialog. Specified insert table callback is applied on user confirmation.
C#
public void ShowDialog(InsertTableDialogContext context)
The dialog context.
Implements: