AreaClickAction Enumeration

This enumerated type defines the action to take when an area is clicked in the Windows Forms ImageMap control.

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
[SerializableAttribute]
public enum AreaClickAction

Members

FireEvent0Fire the image map Click event and the image area Click event.
None1Displays a ToolTip if one is specified but performs no action.

See Also