Specifies that the menu bar appears at the top of the stack window.
# Metadata
Platforms: desktop, server, mobile OS: mac, ios, android Introduced: 1.0 Security:
# Syntax
set the editMenus of stack to {true | false}
# Examples
set the editMenus of this stack to true
# Description
On Mac OS systems, the menu bar appears at the top of the screen. On Unix and Windows systems, the menu bar appears at the top of the stack window.
If the editMenus property is set to true, the group specified in the stack menubar property is displayed at the top of the window, and the stack window is resized to accommodate it. If the editMenus property is set to false, the stack window is scrolled and resized so that the menu bar group does not appear in the window. The vScroll of a stack reports the amount the stack has been scrolled down to accommodate a menu bar.
# Tags
# See
- **property:** defaultMenubar, menubar, vScroll - **command:** group - **function:** stacks - **glossary:** property, menu bar, stack window, Mac OS - **object:** stack