C1.Silverlight Namespace > ISpellChecker Interface : ShowSuggestionsMenu Method |
'Declaration
Sub ShowSuggestionsMenu( _ ByVal editor As System.Object, _ ByVal position As System.Windows.Point, _ ByVal word As System.String, _ ByVal correctCallback As System.Action(Of String) _ )
'Usage
Dim instance As ISpellChecker Dim editor As System.Object Dim position As System.Windows.Point Dim word As System.String Dim correctCallback As System.Action(Of String) instance.ShowSuggestionsMenu(editor, position, word, correctCallback)
void ShowSuggestionsMenu( System.object editor, System.Windows.Point position, System.string word, System.Action<string> correctCallback )
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