ITablePropertiesDialog
Interface
Provides functionality for showing dialogs for editing table properties.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface ITablePropertiesDialog
Derived Classes:
Methods
Shows the dialog.
C#
void ShowDialog(TablePropertiesEditor tablePropertiesEditor, RadRichTextBox owner)
Instance of TablePropertiesEditor used to edit table properties.
ownerRadRichTextBoxThe owner of the dialog.