ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / DrawThemeParentBackground Method

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

    Parameters

    hwnd
    hdc
    pRect
    See Also