ClassSelectTableCellCommand
Represents a command that selects a specific cell within a table in the RichTextBox control.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class SelectTableCellCommand : TableContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseSelectTableCellCommand
Implements:
Inherited Members
Constructors
SelectTableCellCommand(RadRichTextBox)
Declaration
public SelectTableCellCommand(RadRichTextBox editor)
Parameters
editor
Properties
CanExecuteInReadOnlyMode
Gets a value indicating whether this command can be executed when RadRichTextBox is read-only. The default implementation returns false.
Declaration
protected override bool CanExecuteInReadOnlyMode { get; }
Property Value
true if this command preserves document's content; otherwise, false.
Overrides
IsTableSelectionEnabledCommand
Gets a value indicating whether command must be enabled when there is selection in table. Default implementation returns false.
Declaration
protected override bool IsTableSelectionEnabledCommand { get; }
Property Value
true if the command must be enabled; otherwise, false.
Overrides
Methods
ExecuteOverride(object)
Performs the execute action specific to the command.
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The command parameter.
Overrides