Enabled Property

Sets or retrieves a value that indicates whether the item is enabled.

Syntax

Visual Basic Overrides  Public  Property Enabled As bool
C# public   override  bool Enabled { get; set; }
Managed C++ public:  __property bool get_Enabled();
public:  __property void set_Enabled(bool);
JScript public   override  function get Enabled() : bool;
public   override  function set Enabled(bool);

Possible Values

The property is read/write. The property has no default value.

Applies To

TOOLBARCHECKBUTTON, TOOLBARDROPDOWNLIST, TOOLBARTEXTBOX

See Also

Internet Explorer WebControls, About the Toolbar WebControl