| HotspotCursor Property |
Gets or sets the cursor that is displayed while the mouse is over the hotspot.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Cursor Cursor { get; set; }
Public Property Cursor As Cursor
Get
Set
Dim instance As Hotspot
Dim value As Cursor
value = instance.Cursor
instance.Cursor = value
public:
property Cursor^ Cursor {
Cursor^ get ();
void set (Cursor^ value);
}
Property Value
Type:
CursorSee Also