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