Represents a command for showing the dialog to define a new list style in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ShowDefineNewListStyleDialogCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseShowDefineNewListStyleDialogCommand
Implements:
Inherited Members
Constructors
C#
public ShowDefineNewListStyleDialogCommand(RadRichTextBox editor)
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: