SpellCheckerGetSuggestions Method |
Gets a list of suggestions from the dictionary for the specified word
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string[] GetSuggestions(
string word
)
Public Function GetSuggestions (
word As String
) As String()
public:
array<String^>^ GetSuggestions(
String^ word
)
member GetSuggestions :
word : string -> string[]
Parameters
- word
- Type: SystemString
A string containing the word to be used.
Return Value
Type:
StringA string array containing the spellcheck suggestions for the input word.
See Also