HotspotsDoubleClick Property (HotSpots)
In This Topic
Gets or sets a value indicating whether a double click is required to activate the hotspot.
Syntax
'Declaration
Public Property HotspotsDoubleClick As Boolean
'Usage
Dim instance As HotSpots
Dim value As Boolean
instance.HotspotsDoubleClick = value
value = instance.HotspotsDoubleClick
public bool HotspotsDoubleClick {get; set;}
See Also