AddHotspot Method (HotSpots)
Adds a new hotspot to the current hotspot map. If a hotspot with the specified text already exists, subject to the existing hotspot's case sensitivity property, it is removed prior to the new hotspot being added.
'Declaration
Public Sub AddHotspot( _
ByVal As Hotspot _
)
'Usage
Dim instance As HotSpots
Dim hs As Hotspot
instance.AddHotspot(hs)
Parameters
- hs
- The hotspot to be added