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


In This Topic
    HotspotsAltKey Property (HotSpots)
    In This Topic
    Gets or sets a value indicating whether the Alt key must be used in conjunction with the mouse to activate the hotspot.
    Syntax
    'Declaration
     
    
    Public Property HotspotsAltKey As Boolean
    'Usage
     
    
    Dim instance As HotSpots
    Dim value As Boolean
     
    instance.HotspotsAltKey = value
     
    value = instance.HotspotsAltKey
    public bool HotspotsAltKey {get; set;}
    See Also