InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts 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
    HotspotStyleOption HotSpotStyle {get; set;}
    See Also