DisplayPopupMenuDelegate 代理人

定義

ポップアップ メニューを表示するために使用されるデリゲートです。

public delegate void DisplayPopupMenuDelegate(int menuId, int x, int y);
public delegate void DisplayPopupMenuDelegate(int menuId, int x, int y);
type DisplayPopupMenuDelegate = delegate of int * int * int -> unit
Public Delegate Sub DisplayPopupMenuDelegate(menuId As Integer, x As Integer, y As Integer)

パラメーター

menuId
Int32

ポップアップ メニュー ID を表す Int32 です。

x
Int32

X 画面座標を表す Int32 です。

y
Int32

Y 画面座標を表す Int32 です。

適用対象