Gets or sets a value that indicates whether to ignore words with numbers.
Namespace: Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
| C# |
|---|
public virtual bool IgnoreWordsWithNumbers { get; set; } |
| Visual Basic |
|---|
Public Overridable Property IgnoreWordsWithNumbers As Boolean Get Set |
| Visual C++ |
|---|
public: virtual property bool IgnoreWordsWithNumbers { bool get (); void set (bool value); } |
Field Value
true if words with numbers are ignored; otherwise, false. The default value is true.
Remarks
Use this property to ignore words with numbers.