| HotImageCursor Property |
Gets or sets the default cursor to display when the cursor moves over the HotImage.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public override Cursor Cursor { get; set; }
Public Overrides Property Cursor As Cursor
Get
Set
Dim instance As HotImage
Dim value As Cursor
value = instance.Cursor
instance.Cursor = value
public:
virtual property Cursor^ Cursor {
Cursor^ get () override;
void set (Cursor^ value) override;
}
Property Value
Type:
CursorSee Also