ImageMap::Enabled Property

 

Gets or sets a value indicating whether the control can respond to user interaction.

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

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

Property Value

Type: System::Boolean

true if the control is to respond to user clicks; otherwise, false.

With the Enabled property, you can enable or disable the ImageMap control at run time.

.NET Framework
Available since 2.0
Return to top
Show: