| GUI.ShowMenuBar | Part of GUI module |
| Syntax | GUI.ShowMenuBar
|
| Description | Shows the menu bar in the selected window.
|
| 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.ShowMenuBar, not by calling ShowMenuBar.
|
| See also | GUI.HideMenuBar. See also GUI.CreateMenu.
|