DrawThemeBackground(hTheme, hdc, iPartId, iStateId, pRect, pClipRect)
Draws the theme-specified border and fill for
the "iPartId" and "iStateId". This could be
based on a bitmap file, a border and fill, or
other image description.
Parameters
hTheme : PyHTHEME
theme data handlehdc : int
HDC to draw intoiPartId : int
part number to drawiStateId : int
state number (of the part) to drawpRect : rect
defines the size/location of the partpClipRect : rect
optional clipping rect (don't draw outside it)