ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr _
    ) As System.IntPtr
    public static System.IntPtr GetWindowDC( 
       System.IntPtr hWnd
    )

    Parameters

    hWnd
    See Also