pulldown

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

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

pulldown

# Examples

set the menuMode of button "File" to pulldown

# 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.

# Tags

# See

- **keyword:** menu, popup - **glossary:** property, keyword - **property:** menuMode