Control - Enabled Property

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

Febuary 18 V14SP2