Keyoti RapidSpell Desktop .NET API Docs
CheckCompoundWords Property
APIKeyoti.RapidSpellRapidSpellGUIPresenterCheckCompoundWords
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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool CheckCompoundWords { get; set; }
public bool CheckCompoundWords { get; set; }
Public Property CheckCompoundWords As Boolean
	Get
	Set
Public Property CheckCompoundWords As Boolean
	Get
	Set
public:
virtual property bool CheckCompoundWords {
	bool get () sealed;
	void set (bool value) sealed;
}
public:
virtual property bool CheckCompoundWords {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract CheckCompoundWords : bool with get, set
override CheckCompoundWords : bool with get, set
abstract CheckCompoundWords : bool with get, set
override 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.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412