InfoConnect for Unisys
Add Method (IUiControlActionMapper)


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
'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