InfoConnect for Unisys
HotspotStyleOption Enumeration


Specifies options for how hotspots appear on the screen
Syntax
'Declaration
 
Public Enum HotspotStyleOption 
   Inherits System.Enum
'Usage
 
Dim instance As HotspotStyleOption
public enum HotspotStyleOption : System.Enum 
Members
MemberDescription
ButtonHotspot appears as a push button.
InvisibleHotspots are active but not visible
OutlineHotspot appears as an outlined rectangle
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.HotspotStyleOption

See Also