In This Topic
Gets or sets a value indicating whether hotspots are visible in the terminal window.
Syntax
'Declaration
<ObsoleteAttribute("This property has been refactored into HotSpots and this property has been deprecated. Please see HotSpots object HotSpotsVisible property.")>
Property ShowHotSpots As Boolean
'Usage
Dim instance As IIbmScreen
Dim value As Boolean
instance.ShowHotSpots = value
value = instance.ShowHotSpots
[Obsolete("This property has been refactored into HotSpots and this property has been deprecated. Please see HotSpots object HotSpotsVisible property.")]
bool ShowHotSpots {get; set;}
Property Value
The default value is True.
Exceptions
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
This exception is thrown when you try to modify a property that has been secured
with the Permissions Manager or that can only be modified by an Administrator.
|
See Also