Keyoti RapidSpell Silverlight API Docs
SuggestSplitWords Property
APIKeyoti.RapidSpellRapidSpellDialogSuggestSplitWords
Keyoti RapidSpell Silverlight
Whether to look for connected words in suggestions.
Declaration Syntax
C#Visual BasicVisual C++F#
public bool SuggestSplitWords { get; set; }
Public Property SuggestSplitWords As Boolean
	Get
	Set
public:
property bool SuggestSplitWords {
	bool get ();
	void set (bool value);
}
member SuggestSplitWords : bool with get, set
Property Value
Remarks
if this=true then suggestions may include joined words.

Eg; suggestions for "myhouse" will include "my house"

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)