class CMenu : public CObject

The CMenu class is an encapsulation of the Windows HMENU. It provides member functions for creating, tracking, updating, and destroying menus. When you create a CMenu object, you associate it with a handle to a menu resource. Then you can use the class member functions to manage the menu.

See Also

CObject