InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IHotSpots Interface / HotspotsMap Property


In This Topic
    HotspotsMap Property (IHotSpots)
    In This Topic
    Gets or sets the current hotspots definition file.
    Syntax
    'Declaration
     
    
    Property HotspotsMap As String
    'Usage
     
    
    Dim instance As IHotSpots
    Dim value As String
     
    instance.HotspotsMap = value
     
    value = instance.HotspotsMap
    string HotspotsMap {get; set;}
    See Also