BCGControlBar Pro for MFC
virtual void CBCGPRibbonStatusBar::OnDrawInformation ( CDC *  pDC,
CString &  strInfo,
CRect  rectInfo 
)
protectedvirtual

Called by the framework to draw information string on status bar.

Override this method in a derived class if you wish to customize appearance of information string on status bar. Information text is set and cleared by SetInformation() method.

Parameters
pDCA pointer to a device context.
strInfoSpecifies the information text.
rectInfoSpecifies the bounding rectangle.