Keyoti RapidSpell Web .NET Help Docs
SuggestSplitWords Property
API DocumentationKeyoti.RapidSpellRapidSpellWebLauncherSuggestSplitWords
Keyoti RapidSpell Web .NET
Whether to look for connected words in suggestions.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool SuggestSplitWords { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool SuggestSplitWords { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property SuggestSplitWords As Boolean
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property SuggestSplitWords As Boolean
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool SuggestSplitWords {
	bool get ();
	void set (bool value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool SuggestSplitWords {
	bool get ();
	void set (bool value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member SuggestSplitWords : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member SuggestSplitWords : bool with get, set
Property Value
Boolean
Remarks
if this=true then suggestions may include joined words.

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

Default == true

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331