Reflection
Get Method (IUiControlActionMapper)


Object containing properties and operations on the control.
Returns the input map action sequence from a given user interface control.
Syntax
'Declaration
 
Function Get( _
   ByVal uiControl As IUiControl _
) As InputMapActionSequence
'Usage
 
Dim instance As IUiControlActionMapper
Dim uiControl As IUiControl
Dim value As InputMapActionSequence
 
value = instance.Get(uiControl)

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