InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / Hotspot Class / ActionSequence Property


In This Topic
    ActionSequence Property (Hotspot)
    In This Topic
    Gets or sets the action sequence to invoke when this hotspot is invoked.
    Syntax
    'Declaration
     
    
    Public Property ActionSequence As InputMapActionSequence
    'Usage
     
    
    Dim instance As Hotspot
    Dim value As InputMapActionSequence
     
    instance.ActionSequence = value
     
    value = instance.ActionSequence
    public InputMapActionSequence ActionSequence {get; set;}
    See Also