Class TablePropertiesDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TablePropertiesDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ITablePropertiesDialog
Constructors
TablePropertiesDialog()
Initializes a new instance of the Table
Declaration
public TablePropertiesDialog()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.
|
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.
|
Overrides
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
System.
|
System.
|
Returns
System.
|
ShowDialog(TablePropertiesEditor, RadRichTextBox)
Shows the dialog.
Declaration
public void ShowDialog(TablePropertiesEditor tablePropertiesEditor, RadRichTextBox owner)
Parameters
Table Instance of Table |
Rad The owner of the dialog. |