UltimateSpell Class Library

UltimateSpell.IgnoreWordsInMixedCase Property

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

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

Property Value

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

Remarks

Use this property to ignore words in mixed case.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace