InfoConnect for Airlines VBA Guide
EnableHotSpots Property
Gets or sets a value indicating whether hotspots can be used.
Syntax
Object.EnableHotSpots As Boolean
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
The default value is true. When EnableHotspots is set to false, hotspots are not displayed, regardless of the value of the ShowHotspots property.
See Also