|
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.
lpDrawItemStruct | A pointer to DRAWITEMSTRUCT structure. The structure contains information about the item to be drawn and the type of drawing required. |