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


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