Enumerates the problem caused during a spell check when a bad word is found and cannot be corrected when BadWord event was fired.

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

Syntax

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

Members

Member nameDescription
NotInDict
Indicates the bad word is not in any dictionary.

See Also