Metodo UtilityShowPopUpMenu(PopupMenu, Point, PopupMenuShowingEventArgs)
|
Mostra il menu contestuale nella posizione passata.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static void ShowPopUpMenu(
PopupMenu ctrCtx,
Point mousePosition,
PopupMenuShowingEventArgs e
)
Public Shared Sub ShowPopUpMenu (
ctrCtx As PopupMenu,
mousePosition As Point,
e As PopupMenuShowingEventArgs
)
public:
static void ShowPopUpMenu(
PopupMenu^ ctrCtx,
Point mousePosition,
PopupMenuShowingEventArgs^ e
)
static member ShowPopUpMenu :
ctrCtx : PopupMenu *
mousePosition : Point *
e : PopupMenuShowingEventArgs -> unit
Parametri
- ctrCtx PopupMenu
- menucontestuale
- mousePosition Point
- punto
- e PopupMenuShowingEventArgs
- eventargs del chiamante
Vedi anche