Represents dialog for showing dialogs for editing table properties.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class TablePropertiesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, ITablePropertiesDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowTablePropertiesDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the TablePropertiesDialog class.
C#
public TablePropertiesDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Raises the event.
C#
protected override void OnClosed(WindowClosedEventArgs args)
The WindowClosedEventArgs instance containing the event data.
Overrides:
Shows the dialog.
C#
public void ShowDialog(TablePropertiesEditor tablePropertiesEditor, RadRichTextBox owner)
Instance of TablePropertiesEditor used to edit table properties.
ownerRadRichTextBoxThe owner of the dialog.
Implements: