Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / UiControlActionMapper Property


In This Topic
UiControlActionMapper Property (ITerminal)
In This Topic
Gets the object used to map actions to the user interface control and to retrieve the action sequence from the user interface control.
Syntax
'Declaration
 
ReadOnly Property UiControlActionMapper As IUiControlActionMapper
 
'Usage
 
Dim instance As ITerminal
Dim value As IUiControlActionMapper
 
value = instance.UiControlActionMapper
See Also