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.
pElement | Points to element to be added. |
lpszLabel | Element text label. |
bIsVisible | If TRUE, adds element as visible, otherwise adds element as hidden. |