InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IntPtr, _
       ByVal uCmd As UInteger _
    ) As IntPtr
    public static IntPtr GetWindow( 
       IntPtr hWnd,
       uint uCmd
    )

    Parameters

    hWnd
    uCmd
    See Also