Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / HotSpots Object / RemoveHotspot Method
The hotspot to remove.This is a Hotspot Object.
In This Topic
    RemoveHotspot Method (HotSpots)
    In This Topic
    Removes a hotspot with the specified characteristics from the current 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.This is a Hotspot Object.
    Remarks
    Does nothing if no match is found.
    See Also