Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / ShowHotSpots Property
In This Topic
    ShowHotSpots Property
    In This Topic
    Gets or sets a value indicating whether hotspots are visible in the terminal window.
    Syntax
    expression.ShowHotSpots As Boolean
    where expression is a variable that represents a IbmScreen Object

    Property Value

    The default is True.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    When this value is true, hotspots in the terminal window look like buttons. When this property is false, hotspots can be recognized by the appearance of the cursor. When the cursor is over a hotspot, it changes from an I-beam to an arrow.

    The EnableHotspots property determines whether hotspots can be used. If EnableHotspots is true and ShowHotspots is false, hotspots can still be used, even though they are not displayed. When EnableHotspots is false, hotspots are not displayed and are not available, regardless of the value of ShowHotspots.
    See Also