disable | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Dims a control so that it no longer responds to user actions. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Keyword: control Property: cantSelect, visible, disabledIcon, enabled, lockText, disabled, invisible, traversalOn Command: enable, disable menu, hide Glossary: object, command, property | ||||||
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's disabled property to true. | ||||||
Tags | ui |