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


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