DisplayPopupMenuDelegate Delegato

Definizione

Delegate mostrava il menu pop-up.

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)

Parametri

menuId
Int32

An rappresenta Int32l'ID del menu pop-up.

x
Int32

An rappresenta Int32la coordinata dello schermo X.

y
Int32

An rappresenta Int32la coordinata dello schermo Y.

Si applica a