BCGControlBar Pro for MFC
BOOL CBCGPRibbonBar::EnableStartPage ( UINT  nDlgTemplateID,
CRuntimeClass *  pDlgClass,
BOOL  bShowOnStartup = TRUE,
const CString &  strPageName = _T("StartPage") 
)

Enables the start page.

Parameters
nDlgTemplateIDIdentifier for the dialog template.
pDlgClass[in,out] The dialog class.
bShowOnStartupSet to TRUE to show the start page on application startup.
strPageNameStart page name ("StartPage" by default).
Returns
TRUE if it succeeds, FALSE if it fails.