event AfterDrawPart (Part as DrawPartEnum, hDC as Long, X as Long, Y as Long, Width as Long, Height as Long)
Occurs right after drawing the part of the control.


| |  | Type | Description | |
| | |
Part as DrawPartEnum |
A Part being painted.
| |
| | |
hDC as Long |
A long expression that specifies the handle of the device context where you can
draw.
| |
| | |
X as Long |
A long expression that specifies the left coordinate of the rectangle
where the paint should occur.
| |
| | |
Y as Long |
A long expression that specifies the top coordinate of the rectangle
where the paint should occur.
| |
| | |
Width as Long |
A long expression that specifies the width of the rectangle where
the paint should occur.
| |
| | |
Height as Long |
A long expression that specifies the height of the rectangle
where the paint should occur.
| |