Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / UiControlActionMapper Object / Get Method
A UiControl object containing properties and operations on the control.
In This Topic
    Get Method (UiControlActionMapper)
    In This Topic
    Returns the input map action sequence from a given user interface control.
    Syntax
    expression.Get( _
       ByVal uiControl As UiControl _
    ) As InputMapActionSequence
    where expression is a variable that represents a UiControlActionMapper Object

    Parameters

    uiControl
    A UiControl object containing properties and operations on the control.

    Return Value

    An input map action sequence.This is an InputMapActionSequence Object  containing a set of actions that are mapped to an input mapping.
    See Also