Represents a command that restarts the numbering of a list in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RestartNumberingCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseRestartNumberingCommand
Implements:
Inherited Members
Constructors
C#
public RestartNumberingCommand(RadRichTextBox radRichTextBox)
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: