Enabled Property  
 

Determines whether the control is enabled.

Syntax

object.Enabled [= value ]

Remarks

The Enabled property returns True if the control has been enabled and will accept user input. If False, the control is disabled. When disabled, the browser will render the current document but will not accept user input.

Data Type

Boolean

See Also

Appearance Property, BackColor Property, BorderStyle Property