Keyoti RapidSpell WPF API Docs
CheckCompoundWords Property
APIKeyoti.RapidSpell.WpfRapidSpellGUIPresenterCheckCompoundWords
Keyoti RapidSpell WPF
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++
public bool CheckCompoundWords { get; set; }
Public Property CheckCompoundWords As Boolean
public:
virtual property bool CheckCompoundWords {
	bool get () sealed;
	void set (bool value) sealed;
}
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: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827