Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / HotSpots Object / RemoveHotspotByText Method
Remove all hotspots with this text value
Whether to remove hotspots with the specified text, regardless of case
In This Topic
    RemoveHotspotByText Method (HotSpots)
    In This Topic
    Removes all hotspots with the specified text from the currrent hotspot map.
    Syntax
    expression.RemoveHotspotByText( _
       ByVal hotspotText As String, _
       ByVal caseSensitive As Boolean _
    ) 
    where expression is a variable that represents a HotSpots Object

    Parameters

    hotspotText
    Remove all hotspots with this text value
    caseSensitive
    Whether to remove hotspots with the specified text, regardless of case
    Remarks
    Does nothing if no match is found.
    See Also