Enable activates/deactivates the component |
Member of Control (PRIM_CTRL)
Data Type - Boolean
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.