InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / HotSpots Class / HotSpotStyle Property


In This Topic
    HotSpotStyle Property (HotSpots)
    In This Topic
    Gets or sets a value indicating the way that hotspots should appear on the screen.
    Syntax
    'Declaration
     
    
    Public Property HotSpotStyle As HotspotStyleOption
    'Usage
     
    
    Dim instance As HotSpots
    Dim value As HotspotStyleOption
     
    instance.HotSpotStyle = value
     
    value = instance.HotSpotStyle
    public HotspotStyleOption HotSpotStyle {get; set;}
    See Also