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