Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / ISpellChecker Interface / ShowSuggestionsMenu Method
The editor control whose content is being spell checked.
The position in absolute plug-in coordinates where the menu should be open.
The misspelled word.
Callback called when a suggested correction is chosen.

In This Topic
    ShowSuggestionsMenu Method
    In This Topic
    Shows a context menu with suggestions for a misspelled word.
    Syntax
    'Declaration
     
    
    Sub ShowSuggestionsMenu( _
       ByVal editor As Object, _
       ByVal position As Point, _
       ByVal word As String, _
       ByVal correctCallback As Action(Of String) _
    ) 

    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.
    See Also