InfoConnect for Unisys VBA Guide
Add Method (UiControlActionMapper)
Object containing properties and operations on the control.
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