Gets or sets a value that indicates whether to ignore words in mixed case.
Namespace:
Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014
Syntax
| C# |
|---|
public bool IgnoreWordsInMixedCase { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IgnoreWordsInMixedCase As Boolean |
| Visual C++ |
|---|
public: property bool IgnoreWordsInMixedCase { bool get (); void set (bool value); } |
Field 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.