RemoveHotspotByText Method (HotSpots)
In This Topic
Removes all hotspots with the specified text from the currrent hotspot map.
Syntax
'Declaration
Public Sub RemoveHotspotByText( _
ByVal As String, _
ByVal As Boolean _
)
'Usage
Dim instance As HotSpots
Dim hotspotText As String
Dim caseSensitive As Boolean
instance.RemoveHotspotByText(hotspotText, caseSensitive)
public void RemoveHotspotByText(
string ,
bool
)
Parameters
- hotspotText
- Remove all hotspots with this text value
- caseSensitive
- Whether to remove hotspots with the specified text, regardless of case
See Also