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