Class ToggleCommandBase
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class ToggleCommandBase : RichTextBoxCommandBase, ICommand
Constructors
ToggleCommandBase(RadRichTextBox)
Methods
GetToggleState()
Declaration
protected abstract bool GetToggleState()
Returns
System.
|
OnToggleStateChanged(StylePropertyChangedEventArgs<Boolean>)
Declaration
protected virtual void OnToggleStateChanged(StylePropertyChangedEventArgs<bool> e)
Parameters
Style
|
UpdateSpanStyle()
Declaration
protected override void UpdateSpanStyle()
Overrides
Events
ToggleStateChanged
Declaration
public event EventHandler<StylePropertyChangedEventArgs<bool>> ToggleStateChanged
Event Type
System.
|