Specifies that an object is active and responds to user action.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
set the enabled of object to {true | false}
# Examples
set the enabled of card button "Work Miracles" to true
set the enabled of menu "Window" to false
# Description
Use the enabled property to find out whether a control can respond to mouse clicks or keyboard presses.
The enabled property of an object is the logical inverse of that object disabled property. When the enabled is true, the disabled is false, and vice versa.
An enabled control can receive the focus.
You can set the enabled property of a menu by specifying the menu name or number. An enabled menu can be displayed, and menu items can be individually enabled or disabled using the enable and disable commands.
# Tags
ui,
# See