InfoConnect for Airlines VBA Guide
ShowHotSpots Property
Gets or sets a value indicating whether hotspots are visible in the terminal window.
Syntax
Object.ShowHotSpots As Boolean

Property Value

The default is True.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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