BCGSuite for MFC
virtual void CBCGPHotSpotImageCtrl::DrawItem ( LPDRAWITEMSTRUCT  lpDrawItemStruct)
virtual

Called by the framework when it needs to draw a hot spot image control.

This function is called by the framework when it needs to draw a hot spot image control. The default implementation renders either regular or hot images, which have been previously set by SetImage().

Override this function in a derived class if you want to customize the control appearance.

Parameters
lpDrawItemStructA pointer to DRAWITEMSTRUCT structure. The structure contains information about the item to be drawn and the type of drawing required.