InfoConnect for Airlines VBA Guide
Get Function (UiControlActionMapper)
Object containing properties and operations on the control.
Returns the input map action sequence from a given user interface control.
Syntax
object.Get( _
   ByVal uiControl As _UiControl _
) As InputMapActionSequence

Parameters

uiControl
Object containing properties and operations on the control.

Return Value

Object containing a set of actions that are mapped to an input mapping.
See Also