Class ShowLineNumberingDialogCommand
The command which when executed, shows the ShowLineNumberingDialog.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ShowLineNumberingDialogCommand : RichTextBoxCommandBase, ICommand
Constructors
ShowLineNumberingDialogCommand(RadRichTextBox)
Initializes a new instance of the ShowLineNumberingDialogCommand class.
Declaration
public ShowLineNumberingDialogCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
The RadRichTextBox which the ShowLineNumberingDialogCommand belongs. |
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|