Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IHotSpots Interface / HotspotsShiftKey Property


In This Topic
HotspotsShiftKey Property (IHotSpots)
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
 
Property HotspotsShiftKey As Boolean
 
'Usage
 
Dim instance As IHotSpots
Dim value As Boolean
 
instance.HotspotsShiftKey = value
 
value = instance.HotspotsShiftKey
See Also