ClassChangeColorCommandBase
Class
Represents the base class for commands that change the color in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public abstract class ChangeColorCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeColorCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
ChangeColorCommandBase(RadRichTextBox)
Declaration
cs-api-definition
public ChangeColorCommandBase(RadRichTextBox editor)
Parameters
editor
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
SetColor(Color)
Declaration
cs-api-definition
protected abstract void SetColor(Color color)
Parameters
color
Color