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

In This Topic
    DrawThemeParentBackground Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function DrawThemeParentBackground( _
       ByVal hwnd As IntPtr, _
       ByVal hdc As IntPtr, _
       ByRef pRect As Win32.RECT _
    ) As IntPtr
    public static IntPtr DrawThemeParentBackground( 
       IntPtr hwnd,
       IntPtr hdc,
       ref Win32.RECT pRect
    )

    Parameters

    hwnd
    hdc
    pRect
    See Also