Enabled: Boolean;
The Enabled property determines whether a component can be used.
Available values:
true. Default value. The component can be used.
false. The component cannot be used.
To execute the example, create a button (see href="../../components/button/example_simplebutton.htm">Example of Creating a Simple Button). Set the False value to the Enabled property in the button parameters in order to disable the button for user:
Enabled: false
After executing the example created button is disabled for user.
See also: