Click or drag to resize
WordIgnoreOptions Enumeration

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[FlagsAttribute]
public enum WordIgnoreOptions
Members
  Member nameValueDescription
None0
UPPERCASE1 Specifies whether or not to check words in CAPITALS (e.g. 'UNESCO')
WordsWithCapitalLetters2 Specifies whether or not to check words in Capitals (e.g. 'Washington')
RepeatedWords4 Specifies whether or not to count repeating words as errors (e.g. 'very very')
WordsWithNumbers8 Specifies whether or not to check words containing numbers (e.g. 'l8r')
See Also