LptNum Property

PPJoy

Gets the LPT number of this Device.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property LptNum As Integer
C#
public int LptNum { get; }
Visual C++
public:
property int LptNum {
	int get ();
}

Remarks

Virtual joystick Devices will have LptNum = 0.

See Also