InterfaceITablePropertiesDialog
Interface
Provides functionality for showing dialogs for editing table properties.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface ITablePropertiesDialog
Methods
ShowDialog(TablePropertiesEditor, RadRichTextBox)
Shows the dialog.
Declaration
cs-api-definition
void ShowDialog(TablePropertiesEditor tablePropertiesEditor, RadRichTextBox owner)
Parameters
tablePropertiesEditor
Instance of TablePropertiesEditor used to edit table properties.
owner
The owner of the dialog.