Keyoti RapidSpell Desktop .NET API Docs
CheckCompoundWords Property
APIKeyoti.RapidSpellICheckerEngineCheckCompoundWords
Keyoti RapidSpell Desktop .NET
Whether to check for compound words, setting this to true is essential for languages such as German which allow for compound words.
Declaration Syntax
C#Visual BasicVisual C++F#
bool CheckCompoundWords { get; set; }
Property CheckCompoundWords As Boolean
	Get
	Set
property bool CheckCompoundWords {
	bool get ();
	void set (bool value);
}
abstract CheckCompoundWords : bool with get, set
Property Value
Remarks
If this=false then LookUp("thesewordsarejoined") = false

If this=true then LookUp("thesewordsarejoined") = true

If this=false then LookUp("abcdef") = false

If this=true then LookUp("abcdef") = false

Setting this to true will degrade lookup performance

Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204