Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / InputMapActionSequence Object / Actions Property
In This Topic
    Actions Property (InputMapActionSequence)
    In This Topic
    Gets the actions.
    Syntax
    expression.Actions As InputMapAction()
    where expression is a variable that represents a InputMapActionSequence Object

    Property Value

    An array of InputMapAction objects
    See Also