UltimateSpell Class Library

Speller.IgnoreWordsInUpperCase Property

Gets or sets a value that indicates whether to ignore words in uppercase.

[Visual Basic]
Public Property IgnoreWordsInUpperCase As Boolean
[C#]
public bool IgnoreWordsInUpperCase {get; set;}

Property Value

true if words in uppercase are ignored; otherwise, false. The default value is true.

Remarks

Use this property to ignore words in uppercase.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace