Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is called when the system is about to display the menu bar in the current MFC application.
virtual void OnShowMenuBar();
Remarks
This event handler enables your application to perform custom actions when the menu is about to be displayed. You cannot prevent the menu from being displayed, but you can, for example, call other methods to retrieve the menu style or state.
Requirements
Header: afxwin.h