ComponentOne SuperTooltip for WinForms
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 System.IntPtr, _
       ByVal uFlags As System.UInteger, _
       ByVal x As System.Integer, _
       ByVal y As System.Integer, _
       ByVal nReserved As System.Integer, _
       ByVal hWnd As System.IntPtr, _
       ByVal prcRect As System.IntPtr _
    ) As System.Integer
    public static System.int TrackPopupMenu( 
       System.IntPtr hMenu,
       System.uint uFlags,
       System.int x,
       System.int y,
       System.int nReserved,
       System.IntPtr hWnd,
       System.IntPtr prcRect
    )

    Parameters

    hMenu
    uFlags
    x
    y
    nReserved
    hWnd
    prcRect
    See Also