InterfaceITablePropertiesDialog
Interface
Provides functionality for showing dialogs for editing table properties.
Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.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.