Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with General Visual Components > Classes > Control > Control.Enabled

Control.Enabled

Syntax

Enabled: Boolean;

Description

The Enabled property determines whether a component can be used.

Comments

Available values:

Example

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:

Control