UltimateSpell Class Library

UltimateSpell.IgnoreCompoundWords Property

Gets or sets a value that indicates whether to ignore compound words.

[Visual Basic]
Overridable Public Property IgnoreCompoundWords As Boolean
[C#]
public virtual bool IgnoreCompoundWords {get; set;}

Property Value

true if compound words are ignored; otherwise, false. The default value is false.

Remarks

Use this property to ignore compound words.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace