Version

SuggestSplitWords Property

Gets/Sets whether to look for connected words in suggestions.
Syntax
'Declaration
 
Public Property SuggestSplitWords As Boolean
public bool SuggestSplitWords {get; set;}
Remarks
When set to "True" suggestions may include joined words. For example: if the misspelled word was "helloworld," suggestions would include "hello world." Note: when turned on there will be a slight hit in performance. ///
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also