TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / TrackPopupMenu Method

In This Topic
    TrackPopupMenu Method
    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
    public static int TrackPopupMenu( 
       IntPtr hMenu,
       uint uFlags,
       int x,
       int y,
       int nReserved,
       IntPtr hWnd,
       IntPtr prcRect
    )

    Parameters

    hMenu
    uFlags
    x
    y
    nReserved
    hWnd
    prcRect
    See Also