Returns an ArrayList of Strings that are suitable suggestions for word.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
ArrayList FindSuggestions( string word )
ArrayList FindSuggestions( string word )
Function FindSuggestions ( word As String ) As ArrayList
Function FindSuggestions ( word As String ) As ArrayList
ArrayList^ FindSuggestions( String^ word )
ArrayList^ FindSuggestions( String^ word )
abstract FindSuggestions : word : string -> ArrayList
abstract FindSuggestions : word : string -> ArrayList

- word (String)


If no suggestions can be found, this should return an empty ArrayList. This method should be thread safe if operating with RapidSpell Desktop.
Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214