ClassShowLineNumberingDialogCommand
Class
The command which when executed, shows the ShowLineNumberingDialog.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ShowLineNumberingDialogCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseShowLineNumberingDialogCommand
Implements:
Inherited Members
Constructors
ShowLineNumberingDialogCommand(RadRichTextBox)
Initializes a new instance of the ShowLineNumberingDialogCommand class.
Declaration
cs-api-definition
public ShowLineNumberingDialogCommand(RadRichTextBox editor)
Parameters
editor
The RadRichTextBox which the ShowLineNumberingDialogCommand belongs.
Methods
ExecuteOverride(object)
Performs the execute action specific to the command.
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The command parameter.
Overrides