Click or drag to resize

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; }

Property Value

Type: Boolean
See Also