MFC for Windows CE supports the CMenu class very much the way standard MFC does, except that it does not support menu item bitmaps, menu templates, or context sensitive help for menus. It also supports a few of the methods differently than the standard MFC implementation does.
For information about where the CMenu class fits into the Windows CE class hierarchy, see Classes Derived from CObject.