Mapping Constructor (Int32)

PPJoy

Creates a new Mapping object.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	controlNumber As Integer _
)
C#
public Mapping(
	int controlNumber
)
Visual C++
public:
Mapping(
	int controlNumber
)

Parameters

controlNumber
Type: System..::.Int32
an index to use for this control in the collection of all other controls of the same type on the same device.

See Also