The command which when executed, suppresses the line numbering for the current paragraph.
Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class SuppressLineNumberingForCurrentParagraphCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseSuppressLineNumberingForCurrentParagraphCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the SuppressLineNumberingForCurrentParagraphCommand class.
C#
public SuppressLineNumberingForCurrentParagraphCommand(RadRichTextBox editor)
The RadRichTextBox which the SuppressLineNumberingForCurrentParagraphCommand belongs.
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: