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


In This Topic
    MRUHotSpotText Property (HotSpots)
    In This Topic
    Gets the most recently used hotspot text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MRUHotSpotText As String
    'Usage
     
    
    Dim instance As HotSpots
    Dim value As String
     
    value = instance.MRUHotSpotText
    public string MRUHotSpotText {get;}
    See Also