Gets or sets a value indicating whether hotspots are visible in the terminal window.
[Obsolete("This property has been refactored into HotSpots and this property has been deprecated. Please see HotSpots object HotSpotsVisible property.")]
bool ShowHotSpots {get; set;}
'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
Property Value
The default value is True.