CFrameWnd::m_bAutoMenuEnable

This data member contains a Boolean value that specifies whether menu items that do not have ON_UPDATE_COMMAND_UI or ON_COMMAND handlers will be automatically disabled when the user pulls down a menu. When this data member is set to TRUE, which is the default, they will be automatically disabled.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL m_bAutoMenuEnable;

See Also

CCmdUI, CCmdTarget