InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetWindowDC Method

In This Topic
    GetWindowDC Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetWindowDC( _
       ByVal hWnd As IntPtr _
    ) As IntPtr
    public static IntPtr GetWindowDC( 
       IntPtr hWnd
    )

    Parameters

    hWnd
    See Also