'Declaration
Sub ShowSuggestionsMenu( _ ByVal editor As Object, _ ByVal position As Point, _ ByVal word As String, _ ByVal correctCallback As Action(Of String) _ )
void ShowSuggestionsMenu( object editor, Point position, string word, Action<string> correctCallback )
Parameters
- editor
- The editor control whose content is being spell checked.
- position
- The position in absolute plug-in coordinates where the menu should be open.
- word
- The misspelled word.
- correctCallback
- Callback called when a suggested correction is chosen.