Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.13 KB

menus-mfc.md

File metadata and controls

28 lines (18 loc) · 1.13 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Menus (MFC)
Menus (MFC)
11/04/2016
menus [MFC], updating as context changes
menus [MFC], MFC resources for working with
menus [MFC], manipulating during execution
menus [MFC]
6a181495-47a9-4356-83fc-b89152d6cb4c

Menus (MFC)

MFC supplies two elements to help you work with menus:

  • Class CMenu for manipulating your program's menus at run time. Use the documentation for CMenu and the sample to learn how to use CMenu effectively.

  • A mechanism for updating menus and toolbar buttons: enabling or disabling them on the fly to suit current program conditions.

Visual C++ also provides a menu editor for creating and editing your program's menu resources.

What do you want to know more about

See also

User Interface Elements