disable

Dims a control so that it no longer responds to user actions.

# Metadata

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

# Syntax

disable object

# Params

- object : Any control in an open stack.

# Examples

disable field 1

disable button 2 of card 7 of stack "Overall Controls"

# Description

Use the disable command to prevent an object from responding to mouse clicks or keyboard presses.

The disable command is equivalent to setting the object disabled property to true.

# Tags

ui,

# See

- **keyword:** control - **property:** cantSelect, visible, disabledIcon, enabled, lockText, disabled, invisible, traversalOn - **command:** enable, disable menu, hide - **glossary:** object, command, property