Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / EnableHotSpots Property
In This Topic
    EnableHotSpots Property
    In This Topic
    Gets or sets a value indicating whether hotspots can be used.
    Syntax
    expression.EnableHotSpots As Boolean
    where expression is a variable that represents a IbmScreen Object
    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
    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