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


In This Topic
HotspotsCtrlKey Property (HotSpots)
In This Topic
Gets or sets a value indicating whether the Ctrl key must be used in conjunction with the mouse to activate the hotspot.
Syntax
'Declaration
 
Public Property HotspotsCtrlKey As Boolean
 
'Usage
 
Dim instance As HotSpots
Dim value As Boolean
 
instance.HotspotsCtrlKey = value
 
value = instance.HotspotsCtrlKey
See Also