HotSpotsEnabled Property (HotSpots)
In This Topic
Gets or sets a value indicating whether hotspots are enabled.
Syntax
'Declaration
Public Property HotSpotsEnabled As Boolean
'Usage
Dim instance As HotSpots
Dim value As Boolean
instance.HotSpotsEnabled = value
value = instance.HotSpotsEnabled
public bool HotSpotsEnabled {get; set;}
See Also