Keyoti RapidSpell WPF API Docs
SuggestSplitWords Property
APIKeyoti.RapidSpell.WpfRapidSpellCheckerSuggestSplitWords
Keyoti RapidSpell WPF
Whether to look for connected words in suggestions.
Declaration Syntax
C#Visual BasicVisual C++
public bool SuggestSplitWords { get; set; }
Public Property SuggestSplitWords As Boolean
public:
virtual property bool SuggestSplitWords {
	bool get () sealed;
	void set (bool value) sealed;
}
Remarks
if this=true then suggestions may include joined words.

Eg; suggestions for "yourhouse" will include "yourhouse"

Setting this to true (default) has a slight performance impact.

Assembly: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827