UltimateSpell Class Library

UltimateSpell.IgnoreWordsInUpperCase Property

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

[Visual Basic]
Overridable Public Property IgnoreWordsInUpperCase As Boolean
[C#]
public virtual 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

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace