Class InsertLineNumberingCommand
Represents a UI-friendly command for inserting a line numbering.
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.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 |