|
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.
pDC | A pointer to a device context. |
rectMarker | The marker's bounding rectangle. |
pMarker | Points to the marker to be drawn. |