AreaClickAction 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: 2023.1.3.0
[SerializableAttribute]
public enum AreaClickAction

Members

Navigate0Navigate 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.
PostBack1Post back and fire the server-side image map Click event.
None2Displays a ToolTip if one is specified but performs no action.

See Also