BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawStatusBarPaneBorder ( CDC *  pDC,
CBCGPStatusBar pBar,
CRect  rectPane,
UINT  uiID,
UINT  nStyle 
)
virtual

Called by the framework to display a border for a status-bar pane.

The default implementation uses the same algorithm as MFC does to draw borders for the standard status-bar. Override this member function in your CBCGPVisualManager - derived class to customize the status-bar appearance. Do not call the default.

Parameters
pDCA pointer to a device context.
pBarA pointer to a status-bar whose indicator pane's border is being drawn.
rectPaneSpecifies the bounding rectangle of the indicator pane.
uiIDSpecifies the indicator ID.
nStyleSpecifies the indicator style.