Class TablePropertiesDialog
Represents dialog for showing dialogs for editing table properties.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TablePropertiesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, ITablePropertiesDialog, IComponentConnector
Constructors
TablePropertiesDialog()
Initializes a new instance of the TablePropertiesDialog class.
Declaration
public TablePropertiesDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnClosed(WindowClosedEventArgs)
Declaration
protected override void OnClosed(WindowClosedEventArgs args)
Parameters
WindowClosedEventArgs
args
|
Overrides
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. |