Gets or sets a value of type IgnoreCaseSettings determining if and how the case of a word is ignored while spell checking. The default value is AllUpper | WordBeginUpper.

Syntax

public Proofing.TXSpell.IgnoreCaseSettings IgnoreCase { get; set; }
Public Property IgnoreCase() As Proofing.TXSpell.IgnoreCaseSettings

Remarks

The IgnoreCaseSettings enumeration values Always, Never, WordBegin and WordBeginUpper must not be combined among one another, but can be combined with AllLower and/or AllUpper.

For all other combinations an exception is thrown.