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


In This Topic
HotSpotStyle Property (IHotSpots)
In This Topic
Gets or sets a value indicating the way that hotspots should appear on the screen.
Syntax
'Declaration
 
Property HotSpotStyle As HotspotStyleOption
 
'Usage
 
Dim instance As IHotSpots
Dim value As HotspotStyleOption
 
instance.HotSpotStyle = value
 
value = instance.HotSpotStyle
See Also