Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Control - Enabled Property

Panel
bgColor#2c3c4c

Enable activates/deactivates the component

Member of Control (PRIM_CTRL)

Data Type - Boolean

Details

The Enabled property governs whether the control will react to mouse and keyboard input.

When False the control will ignore all user input. If the control is a composite all child controls will also be inaccessible.

Disabled controls can still be changed programmatically.


See also

All Component Classes

Technical Reference