BCGControlBar Pro for MFC
void CBCGPRibbonStatusBar::AddExtendedElement ( CBCGPBaseRibbonElement pElement,
LPCTSTR  lpszLabel,
BOOL  bIsVisible = TRUE 
)

Add a ribbon element to extend area of status bar control.

Call this method to add a ribbon element to extend area of status bar control. Extended area is adjusted to the right side of status bar control.

Parameters
pElementPoints to element to be added.
lpszLabelElement text label.
bIsVisibleIf TRUE, adds element as visible, otherwise adds element as hidden.