BCGControlBar Pro for MFC
CBCGPRibbonButton* CBCGPRibbonBackstageViewPanel::AddView ( UINT  uiCommandID,
LPCTSTR  lpszLabel,
CBCGPRibbonBackstageViewItemForm pView,
BOOL  bAddToBottom = FALSE 
)
inline

Adds view to Backstage View.

If uiCommandID differs from 0, then Backstage View displays a tooltip taken from that command.

Parameters
uiCommandIDSpecifies view's command ID. Can be 0, if you don't need to display a tooltip for this entry.
lpszLabelSpecifies view's text.
pViewA pointer to form or property sheet object, associated with the view.
bAddToBottomSpecifies whether item is located at the panel's bottom.