Send comments on this topic.
EnableHotSpots Property
Attachmate.Reflection.Objects.Emulation.IbmHosts Library > IbmScreen Object : EnableHotSpots Property
Gets or sets a value that specifies 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