InfoConnect for Unisys VBA Guide
RemoveHotspotByText Method (HotSpots)
Remove all hotspots with this text value
Whether to remove hotspots with the specified text, regardless of case
Removes all hotspots with the specified text from the currrent hotspot map.
Syntax
object.RemoveHotspotByText( _
   ByVal hotspotText As String, _
   ByVal caseSensitive As Boolean _
) 

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

 

 


2015 Attachmate

Send Feedback