Class ToggleSpellCheckingCommand
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ToggleSpellCheckingCommand : ToggleCommandBase, ICommand
Constructors
ToggleSpellCheckingCommand(RadRichTextBox)
Initializes a new instance of the Toggle
Declaration
public ToggleSpellCheckingCommand(RadRichTextBox editor)
Parameters
Rad The associated Rad |
Properties
CanExecuteBehaviorInProtectedDocument
Declaration
protected override CanExecuteBehaviorInProtectedDocument CanExecuteBehaviorInProtectedDocument { get; }
Property Value
Overrides
CanExecuteInReadOnlyMode
Declaration
protected override bool CanExecuteInReadOnlyMode { get; }
Property Value
System.
|
Overrides
CanExecuteInReadOnlyRange
Declaration
protected override bool CanExecuteInReadOnlyRange { get; }
Property Value
System.
|
Overrides
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.
|
Overrides
GetToggleState()
Declaration
protected override bool GetToggleState()
Returns
System.
|