[]
Returns a control in the collection at the specified index.
public ARControl this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index |
Returns a control in the collection with a specified name.
public ARControl this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name |