バージョン

ShowPopupForNotifyIcon(String,Point) メソッド

画面座標内の指定したポイントにコンテキスト ポップアップとして PopupToolBase を表示します。
シンタックス
'宣言
 
Public Overloads Sub ShowPopupForNotifyIcon( _
   ByVal popupToolKey As String, _
   ByVal screenPoint As Point _
) 
public void ShowPopupForNotifyIcon( 
   string popupToolKey,
   Point screenPoint
)

パラメータ

popupToolKey
表示するコンテキストポップアップのキー。
screenPoint
画面座標で表された、コンテキスト ポップアップを表示する点。
参照