Spelling.Suggest Method (String)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.Suggest Method (String)

Populates the Suggestions property with word suggestions for the word

[Visual Basic]Overloads Public Sub Suggest( _
   ByVal word As String _
)
[C#]
public void Suggest(
   string word
);

Parameters

word

The word to generate suggestions on

Remarks

This method sets the Text property to the word. Then calls TestWord on the word to generate the need information for suggestions. Note that the Text, CurrentWord and WordIndex properties are set when calling this method.

See Also

Spelling Class | NetSpell.SpellChecker Namespace | Spelling.Suggest Overload List | CurrentWord | Suggestions | TestWord