InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IUiControlActionMapper Interface / Get Method
Object containing properties and operations on the control.


In This Topic
    Get Method (IUiControlActionMapper)
    In This Topic
    Returns the input map action sequence from a given user interface control.
    Syntax
    'Declaration
     
    
    Function Get( _
       ByVal uiControl As IUiControl _
    ) As InputMapActionSequence
    'Usage
     
    
    Dim instance As IUiControlActionMapper
    Dim uiControl As IUiControl
    Dim value As InputMapActionSequence
     
    value = instance.Get(uiControl)

    Parameters

    uiControl
    Object containing properties and operations on the control.

    Return Value

    Object containing a set of actions that are mapped to an input mapping.
    See Also