ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetWindow Method

In This Topic
    GetWindow Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetWindow( _
       ByVal hWnd As System.IntPtr, _
       ByVal uCmd As System.UInteger _
    ) As System.IntPtr
    public static System.IntPtr GetWindow( 
       System.IntPtr hWnd,
       System.uint uCmd
    )

    Parameters

    hWnd
    uCmd
    See Also