raiseMenus

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the raiseMenus to {true | false}
Summary

Specifies whether the window with the menu bar comes to the front when the user opens a menu.

Introduced1.0
OSwindows, linux
Platformsdesktop, server
Example
set the raiseMenus to true
Values
NameTypeDescription
Value

The raiseMenus is true or false. By default, the raiseMenus property is set to false.

RelatedProperty: raisePalettes, pointerFocus, menubar
Glossary: property, behavior, menu bar
Description

Use the raiseMenus property to control the behavior of windows.

On some Unix systems, setting this property to true may cause menus to appear under the window.

The setting of this property has no effect on Mac OS systems.

Tagsmenus