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

The command which when executed, shows the SectionColumnDialog.

Definition

Constructors

Initializes a new instance of the ShowSectionColumnsDialogCommand class.

C#
public ShowSectionColumnsDialogCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

The RadRichTextBox which the SectionColumnDialog belongs.

Properties

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)