The Enable / Disable action sets the target object to be enabled or disabled. Disabled objects do not draw or respond to events. If an object with child objects is disabled, all of its children are also disabled.
Target object
The object to enable or disable.
Command
What to do to this object. The options are:
- Enable - enable the object.
- Disable - disable the object.
- Toggle - If enabled, disable. If disabled, enable.