Class InsertLineNumberingCommand
Represents a UI-friendly command for inserting a line numbering.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class InsertLineNumberingCommand : RichTextBoxCommandBase, ICommand
Constructors
InsertLineNumberingCommand(RadRichTextBox)
Initializes a new instance of the InsertLineNumberingCommand type.
Declaration
public InsertLineNumberingCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
The associated editor |
Methods
ExecuteOverride(Object)
Represents the logic that is executed when it is evaluated whether the command can be triggered.
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
The command parameter |