CMFCColorPickerCtrl::DrawCursor
Called by the framework before a cursor that points to the selected color is displayed.
virtual void DrawCursor(
CDC* pDC,
const CRect& rect
);
Parameters
[in] pDC
Pointer to a device context.[in] rect
Specifies a rectangular area around the selected color.
Remarks
Override this method when you need to change the shape of the cursor that points to the selected color.
Requirements
Header: afxcolorpickerctrl.h