InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HotSpots Object / RemoveHotspot Method
The hotspot to remove
In This Topic
    RemoveHotspot Method (HotSpots)
    In This Topic
    Removes a hotspot with the specified characteristics from the currrent hotspot map.
    Syntax
    expression.RemoveHotspot( _
       ByVal hotspot As Hotspot _
    ) 
    where expression is a variable that represents a HotSpots Object

    Parameters

    hotspot
    The hotspot to remove
    Remarks
    Does nothing if no match is found.
    See Also