void CBCGPRibbonStatusBar::AddElement | ( | CBCGPBaseRibbonElement * | pElement, |
LPCTSTR | lpszLabel, | ||
BOOL | bIsVisible = TRUE |
||
) |
Adds a new ribbon element to 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. |