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
bool HotspotsDoubleClick {get; set;}
See Also