Gets or sets the CommonWordCacheEnum object that represents which cache of common words the control will use.

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

Syntax

C#
[DefaultValueAttribute(CommonWordCacheEnum.EnglishCommonCache)]
public CommonWordCacheEnum CommonWordCache { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(CommonWordCacheEnum.EnglishCommonCache)> _
Public Property CommonWordCache As CommonWordCacheEnum

Remarks

The default value is EnglishCommonCache.

See Also