Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class TableContextCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the TableContextCommandBase class.
C#
public TableContextCommandBase(RadRichTextBox editor)
The associated RadRichTextBox.
Properties
Gets a value indicating whether command must be enabled when there is selection in table. Default implementation returns false.
C#
protected virtual bool IsTableSelectionEnabledCommand { get; }
true if the command must be enabled; otherwise, false.