InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HotSpots Object / AddHotspot Method
The hotspot to be added
In This Topic
    AddHotspot Method (HotSpots)
    In This Topic
    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.
    Syntax
    expression.AddHotspot( _
       ByVal hs As Hotspot _
    ) 
    where expression is a variable that represents a HotSpots Object

    Parameters

    hs
    The hotspot to be added
    See Also