Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / UiControlActionMapper Object / Add Method
A UiControl Object containing properties and operations on the control.
An input map action sequence.This is an InputMapActionSequence Object containing a set of actions that are mapped to an input mapping.
In This Topic
Add Method (UiControlActionMapper)
In This Topic
Adds the input map action sequence to the given user interface control.
Syntax
expression.Add( _
   ByVal uiControl As UiControl, _
   ByVal inputMapActionSequence As InputMapActionSequence _
) 
where expression is a variable that represents a UiControlActionMapper Object

Parameters

uiControl
A UiControl Object containing properties and operations on the control.
inputMapActionSequence
An input map action sequence.This is an InputMapActionSequence Object containing a set of actions that are mapped to an input mapping.
See Also