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