SECOwnerDrawButton::PostDrawButton
voidSECOwnerDrawButton::PostDrawButton(CDC*, CDC*)
Called after the button has been painted.
Defined in: SECBTNS.cpp
Return Value
void
Parameters
Pointer to screen device context.
Pointer to memory device context.
Comments
This method gives classes derived from SECOwnerDrawButton the chance to reset any initialization done in PreDrawButton.See Also