Class
SelectTableColumnCommand

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:

cs-api-definition
public class SelectTableColumnCommand : TableContextCommandBase, ICommand

Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseSelectTableColumnCommand

Implements: ICommand

Inherited Members TableContextCommandBase.CanExecuteOverride(object)TableContextCommandBase.CanExecuteOverride()TableContextCommandBase.GetCurrentCellStyle()RichTextBoxCommandBase.CanExecute(object)RichTextBoxCommandBase.Execute()RichTextBoxCommandBase.Execute(object)RichTextBoxCommandBase.GetSelectedInlineOrSelectCurrent()RichTextBoxCommandBase.Execute(object, bool)RichTextBoxCommandBase.UpdateSpanStyle()RichTextBoxCommandBase.UpdateSectionStyle()RichTextBoxCommandBase.GetCurrentParagraphStyle()RichTextBoxCommandBase.GetCurrentSpanStyle()RichTextBoxCommandBase.GetCurrentSectionStyle()RichTextBoxCommandBase.OnCanExecuteChanged()RichTextBoxCommandBase.AssociatedRichTextBoxRichTextBoxCommandBase.CanExecuteInReadOnlyRangeRichTextBoxCommandBase.IsDeletingCommandRichTextBoxCommandBase.CanExecuteBehaviorInProtectedDocumentRichTextBoxCommandBase.ShouldFocusCaretAfterExecuteRichTextBoxCommandBase.SupportedTargetsRichTextBoxCommandBase.EnabledRichTextBoxCommandBase.CanExecuteChanged

Constructors

SelectTableColumnCommand(RadRichTextBox)

Declaration

cs-api-definition
public SelectTableColumnCommand(RadRichTextBox editor)

Parameters

editor

RadRichTextBox

Properties

CanExecuteInReadOnlyMode

Gets a value indicating whether this command can be executed when RadRichTextBox is read-only. The default implementation returns false.

Declaration

cs-api-definition
protected override bool CanExecuteInReadOnlyMode { get; }

Property Value

bool

true if this command preserves document's content; otherwise, false.

Overrides RichTextBoxCommandBase.CanExecuteInReadOnlyMode

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 override bool IsTableSelectionEnabledCommand { get; }

Property Value

bool

true if the command must be enabled; otherwise, false.

Overrides TableContextCommandBase.IsTableSelectionEnabledCommand

Methods

ExecuteOverride(object)

Performs the execute action specific to the command.

Declaration

cs-api-definition
protected override void ExecuteOverride(object parameter)

Parameters

parameter

object

The command parameter.

Overrides RichTextBoxCommandBase.ExecuteOverride(object)