UltimateSpell Class Library

Speller.IgnoreWordsInMixedCase Property

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

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

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace