Gets a value that indicates whether the main spelling dictionary has been loaded.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public bool Enabled { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property Enabled As Boolean
	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 State property.

See Also