Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems 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 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