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