Keyoti RapidSpell Desktop .NET API Docs
FindSuggestions Method
APIKeyoti.RapidSpellCheckerEngineAdapterFindSuggestions()()()()
Keyoti RapidSpell Desktop .NET
Returns an ArrayList of Strings that are suitable suggestions for the current bad word (that is, the one last returned by NextBadWord()).
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual ArrayList FindSuggestions()
public virtual ArrayList FindSuggestions()
Public Overridable Function FindSuggestions As ArrayList
Public Overridable Function FindSuggestions As ArrayList
public:
virtual ArrayList^ FindSuggestions()
public:
virtual ArrayList^ FindSuggestions()
abstract FindSuggestions : unit -> ArrayList 
override FindSuggestions : unit -> ArrayList 
abstract FindSuggestions : unit -> ArrayList 
override FindSuggestions : unit -> ArrayList 
Return Value
ArrayList
An empty ArrayList
Remarks
If no suggestions can be found, this should return an empty ArrayList. This method should be thread safe if operating with RapidSpell Desktop.
Exceptions
ExceptionCondition
NoCurrentBadWordExceptionIf NextBadWord() hasn't been run first AND found an erroneous word.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412