Send comments on this topic.
Add Method
Attachmate.Reflection.Objects.Emulation.IbmHosts Library > UiControlActionMapper Object : Add Method
uiControl
Object containing properties and operations on the control.
inputMapActionSequence
Object containing a set of actions that are mapped to an input mapping.
Adds the input map action sequence to the the given user interface control.

Syntax

 
object.Add( 
   ByVal uiControl As UiControl,
   ByVal inputMapActionSequence As 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