pulldown

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
pulldown
Summary

Specifies one of the menu types that can be used with the menuMode property.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the menuMode of button "File" to pulldown
RelatedKeyword: menu, popup
Glossary: property, keyword
Property: menuMode
Description

Use the pulldown keyword to create a pulldown menu.

Pulldown menus are normally used in menu bars, and in other menus that contain actions rather than states. A pulldown menu does not have a current state; selecting a menu item normally performs an action, rather than changing the menu's current setting.

Tagsmenus