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

In This Topic
    DrawThemeBackground Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DrawThemeBackground( _
       ByVal hTheme As IntPtr, _
       ByVal hdc As IntPtr, _
       ByVal part As Integer, _
       ByVal state As Integer, _
       ByRef pRect As Win32.RECT, _
       ByVal pClipRect As IntPtr _
    ) As IntPtr
    public static IntPtr DrawThemeBackground( 
       IntPtr hTheme,
       IntPtr hdc,
       int part,
       int state,
       ref Win32.RECT pRect,
       IntPtr pClipRect
    )

    Parameters

    hTheme
    hdc
    part
    state
    pRect
    pClipRect
    See Also