Class TablePropertiesDialog
Represents dialog for showing dialogs for editing table properties.
Inheritance
System.Object
TablePropertiesDialog
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TablePropertiesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IWindow, ITablePropertiesDialog
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)
Shows the dialog.
Declaration
public void ShowDialog(TablePropertiesEditor tablePropertiesEditor)
Parameters
TablePropertiesEditor
tablePropertiesEditor
Instance of TablePropertiesEditor used to edit table properties. |