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


In This Topic
HotspotsDoubleClick Property (IHotSpots)
In This Topic
Gets or sets a value indicating whether a double click is required to activate the hotspot.
Syntax
'Declaration
 
Property HotspotsDoubleClick As Boolean
 
'Usage
 
Dim instance As IHotSpots
Dim value As Boolean
 
instance.HotspotsDoubleClick = value
 
value = instance.HotspotsDoubleClick
See Also