[]
        
(Showing Draft Content)

C1.WPF.ISpellChecker.ShowSuggestionsMenu

ShowSuggestionsMenu Method

ShowSuggestionsMenu(object, Point, string, Action<string>)

Shows a context menu with suggestions for a misspelled word.

Declaration
void ShowSuggestionsMenu(object editor, Point position, string word, Action<string> correctCallback)
Parameters
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.