ClassChangeUnderlineDecorationCommand
Class
Represents a command that changes the underline decoration of a specified text range in a RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ChangeUnderlineDecorationCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeUnderlineDecorationCommand
Implements:
Inherited Members
Constructors
ChangeUnderlineDecorationCommand(RadRichTextBox)
Declaration
cs-api-definition
public ChangeUnderlineDecorationCommand(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
OnUnderlineChanged(StylePropertyChangedEventArgs<IUnderlineUIDecorationProvider>)
Declaration
cs-api-definition
protected virtual void OnUnderlineChanged(StylePropertyChangedEventArgs<IUnderlineUIDecorationProvider> e)
Parameters
e
StylePropertyChangedEventArgs<IUnderlineUIDecorationProvider>
UpdateSpanStyle()
Declaration
cs-api-definition
protected override void UpdateSpanStyle()
Overrides
Events
UnderlineChanged
Declaration
cs-api-definition
public event EventHandler<StylePropertyChangedEventArgs<IUnderlineUIDecorationProvider>> UnderlineChanged
Event Value
EventHandler<StylePropertyChangedEventArgs<IUnderlineUIDecorationProvider>>