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