ClassChangeFontHighlightColorCommand
Class
Represents a command that changes the font highlight color in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ChangeFontHighlightColorCommand : ChangeColorCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeColorCommandBaseChangeFontHighlightColorCommand
Implements:
Inherited Members
Constructors
ChangeFontHighlightColorCommand(RadRichTextBox)
Declaration
cs-api-definition
public ChangeFontHighlightColorCommand(RadRichTextBox editor)
Parameters
editor
Methods
SetColor(Color)
Declaration
cs-api-definition
protected override void SetColor(Color color)
Parameters
color
Color
Overrides