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

The command which when executed, suppresses the line numbering for the current paragraph.

Definition

Constructors

Initializes a new instance of the SuppressLineNumberingForCurrentParagraphCommand class.

C#
public SuppressLineNumberingForCurrentParagraphCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

The RadRichTextBox which the SuppressLineNumberingForCurrentParagraphCommand 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)