CCmdUI::m_pSubMenu

This data member contains a pointer to the contained sub-menu (a CMenu object) represented by the CCmdUI object. Its value is NULL if the item is not a menu. If the sub menu is a pop-up, m_nID contains the identifier of the first item in the pop-up menu.

CMenu* m_pSubMenu;

At a Glance

Header file: Afxwin.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CCmdUI Overview, CCmdUI Data Members, Support Classes, CMenu, CCmdUI::m_nID