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