Admin Production rocket
Current Publication

AddHotspot Method

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
The hotspot to be added
AddHotspot Method (HotSpots)
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
 

                     
                     
Public Sub AddHotspot( _
   ByVal hs As Hotspot _
) 

                  

                     
                     
'Usage
 

                     
                     
Dim instance As HotSpots
Dim hs As Hotspot
 
instance.AddHotspot(hs)

                  

                     
                     
public void AddHotspot( 
   Hotspot hs
)

                  

Parameters

hs
The hotspot to be added
See Also