GUI.HideMenuBar | Part of GUI module |
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. See also GUI.CreateMenu.
|