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


In This Topic
UnprotectedFieldHotSpots Property (HotSpots)
In This Topic
Gets or sets a value indicating whether hotspots are enabled in unprotected fields on the host screen.
Syntax
'Declaration
 
Public Property UnprotectedFieldHotSpots As Boolean
 
'Usage
 
Dim instance As HotSpots
Dim value As Boolean
 
instance.UnprotectedFieldHotSpots = value
 
value = instance.UnprotectedFieldHotSpots
See Also