Represents a command that selects a row in a table within the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class SelectTableRowCommand : TableContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseSelectTableRowCommand
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.
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.
protected override bool IsTableSelectionEnabledCommand { get; }
true if the command must be enabled; otherwise, false.
Overrides:
Methods
Performs the execute action specific to the command.
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: