enable | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Enables a control so that it responds to user actions. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Keyword: control Property: enabled Command: hilite, enable menu, disable Glossary: object, command, property | ||||||
Description | Use the enable command to allow an object to respond to mouse clicks or keypresses. The enable command is equivalent to setting the object's enabled property to true. | ||||||
Tags | ui |