InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / HotSpots Class / 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
    'Declaration
     
    
    Public Sub RemoveHotspot( _
       ByVal hotspot As Hotspot _
    ) 
    'Usage
     
    
    Dim instance As HotSpots
    Dim hotspot As Hotspot
     
    instance.RemoveHotspot(hotspot)
    public void RemoveHotspot( 
       Hotspot hotspot
    )

    Parameters

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