ImageMap::Enabled Property
.NET Framework (current version)
Gets or sets a value indicating whether the control can respond to user interaction.
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::Booleantrue if the control is to respond to user clicks; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: