BCGControlBar Pro for MFC
virtual void CBCGPStatusBar::OnDrawPane ( CDC *  pDC,
CBCGStatusBarPaneInfo pPane 
)
protectedvirtual

Called by the framework when the status bar's pane should be redrawn.

OnDrawPane is called by the framework when the status bar's pane should be redrawn. By default it redraws the pane according to the pane's style and content.

Override this member function in a CBCGPStatusBar - derived class to customize a pane appearance.

Parameters
pDCA pointer to a device context.
pPaneA pointer to a CBCGStatusBarPaneInfo structure that contains the information about the pane to be redrawn.