Determines whether and how the specific case of a word is ignored. The enumeration contains the following values:

Members

Member Description
AllLower The case of the word is ignored, if all characters are lowercase.
AllUpper The case of the word is ignored, if all characters are uppercase.
Always The case of the word is always ignored.
Never The case of the word is never ignored.
WordBegin The case of the first word character is ignored.
WordBeginUpper The case of the first word character is ignored, if it is uppercase.