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值。

适用于