Image MapImage Area Cursor Property
This property is used to get or set the cursor shown when the mouse is over a defined image area
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 Hand
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public Cursor ImageAreaCursor { get; set; }VB
Public Property ImageAreaCursor As Cursor
Get
SetC++
public:
property Cursor^ ImageAreaCursor {
Cursor^ get ();
void set (Cursor^ value);
}F#
member ImageAreaCursor : Cursor with get, setProperty Value
CursorThe default is Hand