InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / HotSpots Class / HotSpotsEnabled Property


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