InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / HotSpots Property


In This Topic
    HotSpots Property (IT27Screen)
    In This Topic
    Gets the HotSpots object which is used to obtain/specify information pertaining to HotSpots behavior.
    Syntax
    'Declaration
     
    
    ReadOnly Property HotSpots As IHotSpots
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As IHotSpots
     
    value = instance.HotSpots
    IHotSpots HotSpots {get;}
    See Also