Sets or returns if words with uppercase characters after lowercase characters are ignored during spell checking.

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

Syntax

C#
[DefaultValueAttribute(false)]
[BrowsableAttribute(true)]
public bool IgnoreInMixedCase { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<BrowsableAttribute(True)> _
Public Property IgnoreInMixedCase As Boolean

Remarks

The default value is False.

See Also