Container - EnableChildren Property

EnableChildren specifies if the parent sets the Enabled property of child components

Member of Container (PRIM_CPST)

Data Type - Boolean

Details

The EnableChildren specifies if the parent control should propagate changes to the Enabled property to child controls.
 
When set to True, a change to the Enabled property of the parent will be applied to the child controls. This will ensure that the child controls take on a disabled appearance, rather than appearing enabled while being inaccessible due to the disabled parent.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2