|
inline |
Tells whether MDITabs or MDI Tabbed Groups features is enabled, or not.
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.
pnMDITabsType | A 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. |