This documentation is archived and is not being maintained.
Image.Enabled Property
.NET Framework 1.1
Gets or sets a value indicating whether the control is enabled.
[Visual Basic] Overrides Public Property Enabled As Boolean [C#] public override bool Enabled {get; set;} [C++] public: __property bool get_Enabled(); public: __property void set_Enabled(bool); [JScript] public override function get Enabled() : Boolean; public override function set Enabled(Boolean);
Property Value
true if the control is enabled; otherwise false.
Remarks
Note This property is inherited from the WebControl class and is not applicable to the Image control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
Image Class | Image Members | System.Web.UI.WebControls Namespace
Show: