'Declaration Public Property ActiveSpellingEnabled As System.Boolean
public System.bool ActiveSpellingEnabled {get; set;}
'Declaration Public Property ActiveSpellingEnabled As System.Boolean
public System.bool ActiveSpellingEnabled {get; set;}
This property allows you to temporarily turn off active spell-checking for all connected editors.
To turn active spell-checking on or off for specific editors, use the C1SpellChecker.SetActiveSpellChecking method.