CMFCPopupMenu::IsSendMenuSelectMsg

Indicates whether the framework notifies the parent frame when the user selects a command from the pop-up menu.

static BOOL IsSendMenuSelectMsg();

Return Value

TRUE if the framework notifies the parent frame; otherwise FALSE.

Remarks

The framework notifies the parent frame by sending it the WM_MENUSELECT message when a used selects a menu command.

Requirements

Header: afxpopupmenu.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPopupMenu Class