InfoConnect for Unisys
InputMapAction Constructor(InputMapActionID,Object[])


The action type.
Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.
Initializes a new instance of the InputMapAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal actionID As InputMapActionID, _
   ByVal parameters() As Object _
)
'Usage
 
Dim actionID As InputMapActionID
Dim parameters() As Object
 
Dim instance As New InputMapAction(actionID, parameters)
public InputMapAction( 
   InputMapActionID actionID,
   object[] parameters
)

Parameters

actionID
The action type.
parameters
Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.
See Also