System.Web.UI.WebControls Namespace ImageMap Class
.NET Framework version 2.0
Gets or sets a value indicating whether the ImageMap control can respond to user interaction.
Inline |
<asp:imagemap enabled = [ = true | false ] ... > |
Script |
ImageMap.Enabled [ = true | false ] |
This property accepts or returns only a boolean value: true if the control is to respond to user clicks; otherwise, false. Default value is true.
With the Enabled property, you can enable or disable the ImageMap control at run time.
WebControl.Enabled Property