Image MapCursor Property
This is used to get or set the cursor shown when the mouse is not 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 Default
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public override Cursor Cursor { get; set; }VB
Public Overrides Property Cursor As Cursor
Get
SetC++
public:
virtual property Cursor^ Cursor {
Cursor^ get () override;
void set (Cursor^ value) override;
}F#
abstract Cursor : Cursor with get, set
override Cursor : Cursor with get, setProperty Value
CursorThe default is Default