TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / ReleaseDC Method

In This Topic
    ReleaseDC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ReleaseDC( _
       ByVal hWnd As IntPtr, _
       ByVal hDC As IntPtr _
    ) As Integer
    public static int ReleaseDC( 
       IntPtr hWnd,
       IntPtr hDC
    )

    Parameters

    hWnd
    hDC
    See Also