BCGControlBar Pro for MFC
BOOL CBCGPMDIFrameWnd::AreMDITabs ( int *  pnMDITabsType = NULL) const
inline

Tells whether MDITabs or MDI Tabbed Groups features is enabled, or not.

Returns
TRUE, if MDITabs or MDI Tabbed Groups features is enabled. FALSE, if none of the above features is enabled.

Use this function to determine whether MDITabs or MDI Tabbed Groups features is enabled or disabled. Use EnableMDITabs() to enable or disable the regular MDITabs feature.

Use EnableMDITabbedGroups() to enable or disable the MDI Tabbed Groups feature.

Parameters
pnMDITabsTypeA pointer to integer variable that will contain a type of enabled feature when the function returns. 0 - all features disabled (no tabs), 1- regular MDITabs is enabled, 2- MDI Tabbed Groups is enabled.