Reflection
UiControlActionMapper Property (ITerminal)


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
IUiControlActionMapper UiControlActionMapper {get;}
See Also