InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IHotSpots Interface / HotSpotsVisible Property


In This Topic
    HotSpotsVisible Property (IHotSpots)
    In This Topic
    Gets or sets a value indicating whether hotspots are visible.
    Syntax
    'Declaration
     
    
    Property HotSpotsVisible As Boolean
    'Usage
     
    
    Dim instance As IHotSpots
    Dim value As Boolean
     
    instance.HotSpotsVisible = value
     
    value = instance.HotSpotsVisible
    bool HotSpotsVisible {get; set;}
    See Also