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