Click or drag to resize
SpellCheckerGetSuggestions Method
Gets a list of suggestions from the dictionary for the specified word

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string[] GetSuggestions(
	string word
)

Parameters

word
Type: SystemString
A string containing the word to be used.

Return Value

Type: String
A string array containing the spellcheck suggestions for the input word.
See Also