SECOwnerDrawButton::DrawSpecific
virtual voidSECOwnerDrawButton::DrawSpecific(CDC*pDC, LPDRAWITEMSTRUCTlpDS, CRect&rect)
Draws the button.
Defined in: SECBTNS.h
Parameters
pDC
Points to the device context.
lpDS
The DRAWITEMSTRUCT passed with the WM_DRAWITEM message.
rect
The bounding rectangle for the button face.
See Also