Attachmate Reflection 2014 .NET API Reference
MaxSuggestions Property (ISpellCheck)


Gets or sets the maximum number of spelling suggestions (between 1 - 10) offered for a misspelled word.
Syntax
'Declaration
 
Property MaxSuggestions As Integer
'Usage
 
Dim instance As ISpellCheck
Dim value As Integer
 
instance.MaxSuggestions = value
 
value = instance.MaxSuggestions
int MaxSuggestions {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if the specified value is outside the valid range.
Attachmate.Reflection.SecuredSettingException This exception is thrown if you modify a Reflection property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

ISpellCheck Interface
ISpellCheck Members

Send Feedback