Skip to content
Tristan Hume edited this page Apr 23, 2012 · 2 revisions

#GUI.HideMenuBar

##Syntax GUI.HideMenuBar

##Description Hides the menu bar in the selected window. No menu items can be selected when the menu bar is hidden. (Menu item shortcuts are ignored while the menu bar is hidden.)

##Example See GUI.SetMouseEventHandler for an example of GUI.HideMenuBar.

##Status Exported qualified.

This means that you can only call the function by calling GUI.HideMenuBar, not by calling HideMenuBar.

##See also gui_showmenubar.html. See also gui_createmenu.html.

Clone this wiki locally