| HotImageConjoinHotspots Property |
Gets or sets the boolean value that if true allows separate hotspots with the same name to behave as if they were a single hotspot when the mouse moves over one of the hotspots. If false, hospots with the same name will only share the same child Hotimage in a hierarchy but will otherwise be displayed and highlighted independently.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public bool ConjoinHotspots { get; set; }
Public Property ConjoinHotspots As Boolean
Get
Set
Dim instance As HotImage
Dim value As Boolean
value = instance.ConjoinHotspots
instance.ConjoinHotspots = value
public:
property bool ConjoinHotspots {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also