InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IUiControlActionMapper Interface / Add Method
Object containing properties and operations on the control.
Object containing a set of actions that are mapped to an input mapping.


In This Topic
    Add Method (IUiControlActionMapper)
    In This Topic
    Adds the input map action sequence to the given user interface control.
    Syntax
    'Declaration
     
    
    Sub Add( _
       ByVal uiControl As IUiControl, _
       ByVal inputMapActionSequence As InputMapActionSequence _
    ) 
    'Usage
     
    
    Dim instance As IUiControlActionMapper
    Dim uiControl As IUiControl
    Dim inputMapActionSequence As InputMapActionSequence
     
    instance.Add(uiControl, inputMapActionSequence)

    Parameters

    uiControl
    Object containing properties and operations on the control.
    inputMapActionSequence
    Object containing a set of actions that are mapped to an input mapping.
    See Also