Image Map Click Event ArgsArea Index Property
This read-only property is used to get the zero-based index of the area that was clicked
Definition
Namespace: EWSoftware.ImageMaps
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public int AreaIndex { get; }VB
Public ReadOnly Property AreaIndex As Integer
GetC++
public:
property int AreaIndex {
int get ();
}F#
member AreaIndex : int with getProperty Value
Int32Remarks
Use this as an index into the Areas collection on the image map
control.