ComponentOne SpellChecker for WinForms
Enabled Property (C1SpellChecker)

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > C1SpellChecker Class : Enabled Property
Gets a value that indicates whether the main spelling dictionary has been loaded.
Syntax
'Declaration
 
Public ReadOnly Property Enabled As System.Boolean
public System.bool Enabled {get;}
Remarks

If C1SpellChecker cannot find the spelling dictionary, it will not throw any exceptions. The Enabled property will be set to false and the component will not be able to spell-check any text.

You can check the state of the MainDictionary and the UserDictionary by inspecting their SpellDictionaryBase.State property.

See Also

Reference

C1SpellChecker Class
C1SpellChecker Members