InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / HotSpots Class / HotSpotsVisible Property


In This Topic
HotSpotsVisible Property (HotSpots)
In This Topic
Gets or sets a value indicating whether hotspots are visible.
Syntax
'Declaration
 
Public Property HotSpotsVisible As Boolean
 
'Usage
 
Dim instance As HotSpots
Dim value As Boolean
 
instance.HotSpotsVisible = value
 
value = instance.HotSpotsVisible
See Also