BCGControlBar Pro for MFC
virtual void CBCGPEditCtrl::OnDrawMarker ( CDC *  pDC,
CRect  rectMarker,
const CBCGPEditMarker pMarker 
)
virtual

Called by the framework when it needs to draw a marker.

OnDrawMarker is called when the edit control needs to draw a marker. The default implementation draws markers of g_dwBCGPEdit_BookMark type.

You should override this function in a derived class to draw markers of other types.

Parameters
pDCA pointer to a device context.
rectMarkerThe marker's bounding rectangle.
pMarkerPoints to the marker to be drawn.