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

Definition

Constructors

C#
public ShowTablePropertiesDialogCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Properties

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

C#
protected override bool ShouldFocusCaretAfterExecute { get; }

Overrides: RichTextBoxCommandBase.ShouldFocusCaretAfterExecute

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)