| HotImageAutoHotFill Property |
Gets or sets whether the Hotspots fill is displayed when the cursor moves over a hotspot that is not visible.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public bool AutoHotFill { get; set; }
Public Property AutoHotFill As Boolean
Get
Set
Dim instance As HotImage
Dim value As Boolean
value = instance.AutoHotFill
instance.AutoHotFill = value
public:
property bool AutoHotFill {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also