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입니다.

적용 대상