FlexGrid for WinRT
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.
Shows a context menu with suggestions for a misspelled word.
Syntax
'Declaration
 
Sub ShowSuggestionsMenu( _
   ByVal editor As System.Object, _
   ByVal position As Windows.Foundation.Point, _
   ByVal word As System.String, _
   ByVal correctCallback As System.Action(Of String) _
) 
void ShowSuggestionsMenu( 
   System.object editor,
   Windows.Foundation.Point position,
   System.string word,
   System.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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISpellChecker Interface
ISpellChecker Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback