Whether to look for connected words in suggestions.
| C# | Visual Basic | Visual 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
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)