ClassTableContextCommandBase
Class
Represents the base class for commands that operate on tables within the RichTextBox control.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public abstract class TableContextCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
TableContextCommandBase(RadRichTextBox)
Initializes a new instance of the TableContextCommandBase class.
Declaration
cs-api-definition
public TableContextCommandBase(RadRichTextBox editor)
Parameters
editor
The associated RadRichTextBox.
Properties
IsTableSelectionEnabledCommand
Gets a value indicating whether command must be enabled when there is selection in table. Default implementation returns false.
Declaration
cs-api-definition
protected virtual bool IsTableSelectionEnabledCommand { get; }
Property Value
true if the command must be enabled; otherwise, false.
Methods
CanExecuteOverride(object)
Performs a check whether the command can be executed specific to the command.