Image Area BaseAction Property
This defines the action to take when the area is clicked
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
The default is to fire the Click event
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public AreaClickAction Action { get; set; }VB
Public Property Action As AreaClickAction
Get
SetC++
public:
property AreaClickAction Action {
AreaClickAction get ();
void set (AreaClickAction value);
}F#
member Action : AreaClickAction with get, setProperty Value
AreaClickActionThe default is to fire the Click event