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

The command which when executed, shows the ShowLineNumberingDialog.

Definition

Constructors

Initializes a new instance of the ShowLineNumberingDialogCommand class.

C#
public ShowLineNumberingDialogCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

The RadRichTextBox which the ShowLineNumberingDialogCommand belongs.

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)