Class InsertTableDialog
Interaction logic for InsertTableDialog.xaml
Inheritance
System.Object
InsertTableDialog
Implements
System.Windows.Markup.IComponentConnector
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class InsertTableDialog : Window, IComponentConnector
Constructors
InsertTableDialog()
Declaration
public InsertTableDialog()
InsertTableDialog(RichTextBoxAdv)
Declaration
public InsertTableDialog(RichTextBoxAdv richtext)
Parameters
Type | Name | Description |
---|---|---|
RichTextBoxAdv | richtext |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnClosing(CancelEventArgs)
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.KeyEventArgs | e |
OnSourceInitialized(EventArgs)
Declaration
protected override void OnSourceInitialized(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Implements
System.Windows.Markup.IComponentConnector