DisplayPopupMenuDelegate Delegat

Definition

Delegat, der zum Anzeigen von Popupmenüs verwendet wird.

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)

Parameter

menuId
Int32

Eine Int32Darstellung der Popupmenü-ID.

x
Int32

Eine Int32Darstellung der X-Bildschirmkoordinate.

y
Int32

Eine Int32Darstellung der Y-Bildschirmkoordinate.

Gilt für: