Image MapMouse Area Property
This read-only property is used to get the index of the area that the mouse is over
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Returns -1 if the mouse is not over an image area. Note that this area can be different than the focused area index returned by the FocusedArea property.
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public int MouseArea { get; }VB
Public ReadOnly Property MouseArea As Integer
GetC++
public:
property int MouseArea {
int get ();
}F#
member MouseArea : int with getProperty Value
Int32Returns -1 if the mouse is not over an image area. Note that this area can be different than the focused area index returned by the FocusedArea property.