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


In This Topic
HotSpotsVisible Property (IHotSpots)
In This Topic
Gets or sets a value indicating whether hotspots are visible.
Syntax
'Declaration
 
Property HotSpotsVisible As Boolean
 
'Usage
 
Dim instance As IHotSpots
Dim value As Boolean
 
instance.HotSpotsVisible = value
 
value = instance.HotSpotsVisible
See Also