BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawTasksGroupAreaBorder ( CDC *  pDC,
CRect  rect,
BOOL  bSpecial = FALSE,
BOOL  bNoTitle = FALSE 
)
virtual

Called by the framework to draw the border around group area of the task pane.

This function is called by the framework to draw the border around group area of the task pane (CBCGPTasksPane).

Parameters
pDCA pointer to a device context.
rectThe bounding rectangle of the task group area.
bSpecialIf TRUE, the border should be drawn as highlighted; otherwise it should be drawn as regular.
bNoTitleIf TRUE, the group area has no title.