Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.WorkspaceSettings Library / WSInputMapActionSequence Object / Add Method
The action to add.
In This Topic
    Add Method (WSInputMapActionSequence)
    In This Topic
    Adds an action to the action sequence.
    Syntax
    expression.Add( _
       ByVal action As WSInputMapAction _
    ) 
    where expression is a variable that represents a WSInputMapActionSequence Object

    Parameters

    action
    The action to add.
    See Also