C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / TrackPopupMenu Method

In This Topic
TrackPopupMenu Method (Win32)
In This Topic
Syntax
'Declaration
 
Public Shared Function TrackPopupMenu( _
   ByVal hMenu As IntPtr, _
   ByVal uFlags As UInteger, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal nReserved As Integer, _
   ByVal hWnd As IntPtr, _
   ByVal prcRect As IntPtr _
) As Integer
 

Parameters

hMenu
uFlags
x
y
nReserved
hWnd
prcRect
See Also