SECOwnerDrawButton::DrawItem
voidSECOwnerDrawButton::DrawItem(LPDRAWITEMSTRUCTlpDS)
Draws the button.
Defined in: SECBTNS.cpp
Return Value
void
Parameters
lpDS
The DRAWITEMSTRUCT passed with the WM_DRAWITEM message.
Comments
This method calls DrawButton to draw the button, and calls PreDrawButton and also PostDrawButton before and after drawing the button.See Also