BCGSuite for MFC
virtual void CBCGPEditCtrl::OnDrawSideBar ( CDC *  pDC,
CRect  rect 
)
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.

Parameters
pDCA pointer to a device context.
rectSpecifies the bounding rectangle of the side bar area.