Version

enabled Property

Indicates whether the whole control is enabled or not (if it is editable, and can be opened, items selected, etc.)
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_enabled() : {Any}
function set_enabled(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.get_enabled();

Return Value

boolean flag indicating whether the control is currently enabled
See Also