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 TablePropertiesDialog class.
Declaration
public TablePropertiesDialog()
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()
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.EventArgs
e
|
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
System.Windows.Forms.Message
msg
|
System.Windows.Forms.Keys
keyData
|
Returns
System.Boolean
|
ShowDialog(TablePropertiesEditor, RadRichTextBox)
Shows the dialog.
Declaration
public void ShowDialog(TablePropertiesEditor tablePropertiesEditor, RadRichTextBox owner)
Parameters
TablePropertiesEditor
tablePropertiesEditor
Instance of TablePropertiesEditor used to edit table properties. |
RadRichTextBox
owner
The owner of the dialog. |