Enabled Property
Sets or retrieves a value indicating whether the item is enabled.
Syntax
Visual Basic Overridable Public Property Enabled As bool C# public virtual bool Enabled { get; set; } Managed C++ public: __property virtual bool get_Enabled();
public: __property virtual void set_Enabled(bool);JScript public function get Enabled() : bool;
public function set Enabled(bool);
Possible Values
bEnabled bool that specifies or receives a value indicating whether the item is enabled. The property is read/write. The property has no default value.
Property Information
Applies To
TabItem, ToolbarItem
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl