|
virtual |
Called by the framework when it needs to draw the side bar from the left.
OnDrawSideBar is called by the framework when it needs to draw the side bar from the left (only when m_nLeftMarginWidth is greater then 0).
The default implementation fills the rect rectangle with COLOR_3DLIGHT color and loops over all markers located within the rect area calling OnDrawMarker.
pDC | A pointer to a device context. |
rect | Specifies the bounding rectangle of the side bar area. |