InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IHotSpots Interface / AddHotspot Method
The hotspot to be added


In This Topic
    AddHotspot Method (IHotSpots)
    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
    'Declaration
     
    
    Sub AddHotspot( _
       ByVal hs As Hotspot _
    ) 
    'Usage
     
    
    Dim instance As IHotSpots
    Dim hs As Hotspot
     
    instance.AddHotspot(hs)
    void AddHotspot( 
       Hotspot hs
    )

    Parameters

    hs
    The hotspot to be added
    See Also