Return a connection by IValueControl Name.
| C# | Visual Basic | Visual 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); }
- name (String)
- The name of the JoystickController.
The JoystickController, or null if not found.