Version

ConsiderationRange Property

Gets/Sets the factor for how close words need to be to be suggested.
Syntax
'Declaration
 
Public Property ConsiderationRange As Integer
public int ConsiderationRange {get; set;}
Remarks
The size factor for words to consider for suggestions. Lower values are faster but consider less words for suggestions. When the property is set to a value less than 0 it will default to 80.
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