MBN_HIDEMENUBAR (Compact 7)

3/12/2014

This notification message is sent once the menu bar has been hidden as the result of the application calling SHFullScreen with the SHFS_SHOWMENUBAR and/or the SHFS_AUTOMENUBAR flag.

Syntax

#define MBN_HIDEMENUBAR
  wParam = 0;
    pnmh = (LPNMHDR) lParam;

Parameters

  • wParam
    Reserved; set to 0 (zero).
  • lParam
    Pointer to an NMHDR structure that contains the notification code (which is either MBN_SHOWMENUBAR or MBN_HIDEMENUBAR).

Remarks

This message is sent in the form of a WM_NOTIFY message.

Requirements

Header

aygshell.h

See Also

Reference

AYGShell Messages
SHFullScreen
MBN_SHOWMENUBAR