Area Click Action Enumeration
This enumerated type defines the action to take when an area is clicked in the web server
ImageMap control.
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
[SerializableAttribute]
public enum AreaClickActionVB
<SerializableAttribute>
Public Enumeration AreaClickActionC++
[SerializableAttribute]
public enum class AreaClickActionF#
[<SerializableAttribute>]
type AreaClickActionMembers
| Navigate | 0 | Navigate to the URL specified in the NavigateUrl property (default). This action can also be used to execute client-side script by specifying the script to run in the NavigateUrl property. |
| PostBack | 1 | Post back and fire the server-side image map Click event. |
| None | 2 | Displays a ToolTip if one is specified but performs no action. |