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


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