Class ToggleSpellCheckingCommand
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ToggleSpellCheckingCommand : ToggleCommandBase, ICommand
  Constructors
ToggleSpellCheckingCommand(RadRichTextBox)
Initializes a new instance of the ToggleSpellCheckingCommand class.
Declaration
public ToggleSpellCheckingCommand(RadRichTextBox editor)
  Parameters
| 
        RadRichTextBox
        editor
         The associated RadRichTextBox.  | 
    
Properties
CanExecuteBehaviorInProtectedDocument
Declaration
protected override CanExecuteBehaviorInProtectedDocument CanExecuteBehaviorInProtectedDocument { get; }
  Property Value
| 
        CanExecuteBehaviorInProtectedDocument
         
  | 
    
Overrides
CanExecuteInReadOnlyMode
Declaration
protected override bool CanExecuteInReadOnlyMode { get; }
  Property Value
| 
        System.Boolean
         
  | 
    
Overrides
CanExecuteInReadOnlyRange
Declaration
protected override bool CanExecuteInReadOnlyRange { get; }
  Property Value
| 
        System.Boolean
         
  | 
    
Overrides
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
  Parameters
| 
        System.Object
        parameter
         
  | 
    
Overrides
GetToggleState()
Declaration
protected override bool GetToggleState()
  Returns
| 
        System.Boolean
         
  |