ClassChangeFontForeColorCommand
Class
Represents a command that changes the font foreground color of the selected text in the rich text box.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ChangeFontForeColorCommand : ChangeColorCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeColorCommandBaseChangeFontForeColorCommand
Implements:
Inherited Members
Constructors
ChangeFontForeColorCommand(RadRichTextBox)
Declaration
cs-api-definition
public ChangeFontForeColorCommand(RadRichTextBox editor)
Parameters
editor
Methods
SetColor(Color)
Declaration
cs-api-definition
protected override void SetColor(Color color)
Parameters
color
Color
Overrides