ClassSuppressLineNumberingForCurrentParagraphCommand
Class
The command which when executed, suppresses the line numbering for the current paragraph.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class SuppressLineNumberingForCurrentParagraphCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseSuppressLineNumberingForCurrentParagraphCommand
Implements:
Inherited Members
Constructors
SuppressLineNumberingForCurrentParagraphCommand(RadRichTextBox)
Initializes a new instance of the SuppressLineNumberingForCurrentParagraphCommand class.
Declaration
cs-api-definition
public SuppressLineNumberingForCurrentParagraphCommand(RadRichTextBox editor)
Parameters
editor
The RadRichTextBox which the SuppressLineNumberingForCurrentParagraphCommand 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