Gets or sets a value that indicates whether to ignore compound words.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public bool IgnoreCompoundWords { get; set; } |
Visual Basic |
---|
Public Property IgnoreCompoundWords As Boolean
Get
Set |
Visual C++ |
---|
public:
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
See Also