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 Insert
Declaration
public InsertLineNumberingCommand(RadRichTextBox editor)
Parameters
Rad 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. The command parameter |