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
Inheritance Hierarchy

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

See Also