Enabled Property

The Enabled property specifies whether a control can respond to user generated events. Disabled controls are not part of the tab order.

Applies to: All controls, except for frames.

Setting dynamically:

Winform Set form.control.ENABLED TO {0|1};

Property Settings:

0 - No

Turns off the enable feature and disables the control.

1 - Yes

Turns on the enable feature (the default).


WebFOCUS