Class ShowLineNumberingDialogCommand
The command which when executed, shows the ShowLineNumberingDialog.
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ShowLineNumberingDialogCommand : RichTextBoxCommandBase, ICommand
Constructors
ShowLineNumberingDialogCommand(RadRichTextBox)
Initializes a new instance of the Show
Declaration
public ShowLineNumberingDialogCommand(RadRichTextBox editor)
Parameters
Rad The RadRichTextBox which the ShowLineNumberingDialogCommand belongs. |
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.
|