Menu Classes

MFC for Windows CE supports the CMenu class very much the way standard MFC does, except that it doesn't support menu item bitmaps, menu templates, or context sensitive help for menus. It also supports a few of the member functions a little bit differently than the standard MFC implementation does.

To see where the CMenu class fits into the Windows CE class hierarchy, see Classes Derived from CObject.