Joystick
Item Property (name)
NamespacesDXJoystickJoystickConfigItem[([(String])])
Return a connection by IValueControl Name.
Declaration Syntax
C#Visual BasicVisual C++
public JoystickController this[
	string name
] { get; }
Public ReadOnly Default Property Item ( _
	name As String _
) As JoystickController
public:
property JoystickController^ default[String^ name] {
	JoystickController^ get (String^ name);
}
Parameters
name (String)
The name of the JoystickController.
Return Value
The JoystickController, or null if not found.

Assembly: Joystick (Module: Joystick) Version: 1.0.3.0