Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class SelectTableColumnCommand : TableContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseSelectTableColumnCommand
Implements:
Inherited Members
Constructors
Properties
Gets a value indicating whether this command can be executed when RadRichTextBox is read-only. The default implementation returns false.
C#
protected override bool CanExecuteInReadOnlyMode { get; }
true if this command preserves document's content; otherwise, false.
Overrides:
Gets a value indicating whether command must be enabled when there is selection in table. Default implementation returns false.
C#
protected override bool IsTableSelectionEnabledCommand { get; }
true if the command must be enabled; otherwise, false.
Overrides:
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: