[]
Shows a context menu with suggestions for a misspelled word.
void ShowSuggestionsMenu(object editor, Point position, string word, Action<string> correctCallback)
| Type | Name | Description |
|---|---|---|
| object | editor | The editor control whose content is being spell checked. |
| Point | position | The position in absolute plug-in coordinates where the menu should be open. |
| string | word | The misspelled word. |
| Action<string> | correctCallback | Callback called when a suggested correction is chosen. |