New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public SelectTableCellCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

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; }
Property Value:

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

Overrides: RichTextBoxCommandBase.CanExecuteInReadOnlyMode

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; }
Property Value:

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

Overrides: TableContextCommandBase.IsTableSelectionEnabledCommand

Methods

Performs the execute action specific to the command.

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Overrides: RichTextBoxCommandBase.ExecuteOverride(object)