Property this
this[int]
Declaration
public InputControl this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | index |
Property Value
Type | Description |
---|---|
InputControl |
this[string]
Declaration
public InputControl this[string controlName] { get; }
Parameters
Type | Name | Description |
---|---|---|
string | controlName |
Property Value
Type | Description |
---|---|
InputControl |