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