Represents a UI-friendly command for inserting a line numbering.
Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class InsertLineNumberingCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseInsertLineNumberingCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the InsertLineNumberingCommand type.
C#
public InsertLineNumberingCommand(RadRichTextBox editor)
The associated editor
Methods
Represents the logic that is executed when it is evaluated whether the command can be triggered.
C#
protected override void ExecuteOverride(object parameter)
The command parameter
Overrides: