CWinAppEx::EnableTearOffMenus
Creates and initializes a CMenuTearOffManager object.
BOOL EnableTearOffMenus(
LPCTSTR lpszRegEntry,
const UINT uiCmdFirst,
const UINT uiCmdLast
);
Parameters
[in] lpszRegEntry
A string that contains the path of a registry key. The application uses this registry key to store information for the tear-off menus.[in] uiCmdFirst
The first tear off menu ID.[in] uiCmdLast
The last tear off menu ID.
Return Value
True if the CMenuTearOffManager is created and initialized successfully; false if an error occurs or if the CMenuTearOffManager already exists.
Remarks
Use this function to enable tear-off menus in your application. You should call this function from InitInstance.
Requirements
Header: afxwinappex.h