Area Click Action 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: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
[SerializableAttribute]
public enum AreaClickActionVB
<SerializableAttribute>
Public Enumeration AreaClickActionC++
[SerializableAttribute]
public enum class AreaClickActionF#
[<SerializableAttribute>]
type AreaClickActionMembers
| FireEvent | 0 | Fire the image map Click event and the image area Click event. |
| None | 1 | Displays a ToolTip if one is specified but performs no action. |