property disabled

(r/w) bool disabled;

Typ

Zugriff

This property sets and gets if the box is disabled or not. It can also be used to put the box in a disabled or enabled state. Boxes that are disabled are usually unusable by the user and are rendered differently than enabled controls.

See firstChild property for example.