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