Represents a command that displays the Style Formatting Properties dialog in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ShowStyleFormattingPropertiesDialogCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseShowStyleFormattingPropertiesDialogCommand
Implements:
Inherited Members
Constructors
C#
public ShowStyleFormattingPropertiesDialogCommand(RadRichTextBox editor)
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: