|
DrawThemeParentBackground function
|
|
| acXPThemes
|
| function DrawThemeParentBackground(Wnd: hWnd; DC: hDC; prc: PRect): hResult;
|
| The DrawThemeParentBackground function used by partially-transparent or alpha-blended child controls to draw the part of their parent that they appear in front of.
|
|
|
| Paramters
|
| Wnd | Handle of the child control;
|
| DC | Graphic descriptor of the child control;
|
| prc | Optional TRect structure that defines the area to be drawn (CHILD coordinates).
|
|
|
| Function returns S_OK if successful, or an error value otherwise.
|
| IsXPThemeEnabled, OpenThemeData, CloseThemeData, DrawThemeBackground and DrawThemedControl functions.
|