'宣言 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) _ )
void ShowSuggestionsMenu( System.object editor, System.Windows.Point position, System.string word, System.Action<string> correctCallback )
パラメータ
- editor
- 内容をスペルチェックするエディタコントロール。
- position
- メニューを開く位置の絶対プラグイン座標。
- word
- スペルミスの単語。
- correctCallback
- 修正候補が選択されたときに呼び出されるコールバック。