Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / HotSpots Object / Contains Method
The hotspot text
Whether to look for hotspots with the specified text, regardless of case
In This Topic
    Contains Method (HotSpots)
    In This Topic
    Gets a value indicating whether there is a hotspot with the specified text in the current hotspot map.
    Syntax
    expression.Contains( _
       ByVal hotspotText As String, _
       ByVal caseSensitive As Boolean _
    ) As Boolean
    where expression is a variable that represents a HotSpots Object

    Parameters

    hotspotText
    The hotspot text
    caseSensitive
    Whether to look for hotspots with the specified text, regardless of case

    Return Value

    True if there is a hotspot with the specified text in the current hotspot map, false if not
    See Also