DisplayPopupMenuDelegate Delegate

Definition

Delegate used to show popup menu.

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)

Parameters

menuId
Int32

An Int32representing the pop up menu id.

x
Int32

An Int32representing the X screen coordinate.

y
Int32

An Int32representing the Y screen coordinate.

Applies to