BCGControlBar Pro for MFC
CBCGPRibbonBackstageViewPanel* CBCGPRibbonBar::AddBackstageCategory ( LPCTSTR  lpszName,
UINT  uiSmallImagesResID,
CSize  sizeSmallImage = CSize(16, 16),
CRuntimeClass *  pRTI = NULL 
)

Adds backstage category.

Returns
A valid pointer to CBCGPRibbonBackstageViewPanel object.

Use this method to add a backstage category to Ribbon Control. It can be only one backstage category in a Ribbon Control, therefore you should call this method only once at the initialization stage.

Use the returned pointer to backstage panel to initialize the backstage view.

Parameters
lpszNameSpecifies category name.
uiSmallImagesResIDResource ID of category's small image.
sizeSmallImageSpecifies the size of small image.
pRTIA pointer to runtime class information of a CBCGPRibbonCategory - derived class.