Class ChangeUnderlineDecorationCommand
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ChangeUnderlineDecorationCommand : RichTextBoxCommandBase, ICommand
Constructors
ChangeUnderlineDecorationCommand(RadRichTextBox)
Declaration
public ChangeUnderlineDecorationCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
|
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|
Overrides
OnUnderlineChanged(StylePropertyChangedEventArgs<IUnderlineUIDecorationProvider>)
Declaration
protected virtual void OnUnderlineChanged(StylePropertyChangedEventArgs<IUnderlineUIDecorationProvider> e)
Parameters
StylePropertyChangedEventArgs<IUnderlineUIDecorationProvider>
e
|
UpdateSpanStyle()
Declaration
protected override void UpdateSpanStyle()
Overrides
Events
UnderlineChanged
Declaration
public event EventHandler<StylePropertyChangedEventArgs<IUnderlineUIDecorationProvider>> UnderlineChanged
Event Type
System.EventHandler<StylePropertyChangedEventArgs<IUnderlineUIDecorationProvider>>
|