Enumerates the available common word caches to be used during spell checking.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public enum CommonWordCacheEnum
Visual Basic (Declaration)
Public Enumeration CommonWordCacheEnum

Members

Member nameDescription
NoCommonCache
Indicates no common word cache is to be used.
EnglishCommonCache
Indicates the English common word cache is to be used.
SpanishCommonCache
Indicates the Spanish common word cache is to be used.

Remarks

Use the members of this enumeration to set the value of the CommonWordCache property

See Also