Image::Enabled Property

 

Gets or sets a value indicating whether the control is enabled.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(false)]
property bool Enabled {
	virtual bool get() override;
	virtual void set(bool value) override;
}

Property Value

Type: System::Boolean

true if the control is enabled; otherwise false.

System_CAPS_noteNote

This property is inherited from the WebControl class and is not applicable to the Image control.

.NET Framework
Available since 1.1
Return to top
Show: