| HotImageHasChildCursor Property |
Gets or sets the cursor to display when the cursor moves over a hotspot that has a child Hotimage.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Cursor HasChildCursor { get; set; }
Public Property HasChildCursor As Cursor
Get
Set
Dim instance As HotImage
Dim value As Cursor
value = instance.HasChildCursor
instance.HasChildCursor = value
public:
property Cursor^ HasChildCursor {
Cursor^ get ();
void set (Cursor^ value);
}
Property Value
Type:
CursorSee Also