ControlNumber Property

PPJoy

Gets/sets the index to use for this control in the collection of all other controls of the same type on the same device.

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

Syntax

Visual Basic (Declaration)
Public Property ControlNumber As Integer
C#
public int ControlNumber { get; set; }
Visual C++
public:
property int ControlNumber {
	int get ();
	void set (int value);
}

See Also