ClassSelectTableColumnCommand
Represents a command that selects a specific column in a table within the rich text box.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class SelectTableColumnCommand : TableContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseSelectTableColumnCommand
Implements:
Inherited Members
Constructors
SelectTableColumnCommand(RadRichTextBox)
Declaration
public SelectTableColumnCommand(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