_winxptheme.GetThemeBackgroundContentRect
rect = GetThemeBackgroundContentRect(hTheme, hdc
, iPartId
, iStateId
, pBoundingRect
)
Gets the size of the content for the theme-defined
background. This is usually the area inside the borders or Margins.
Parameters
hTheme : PyHTHEME
theme data handlehdc : int
(optional) device content to be used for drawingiPartId : int
part number to drawiStateId : int
state number (of the part) to drawpBoundingRect : rect
the outer RECT of the part being drawnReturn Value
The result is a rect with the content area