Property this
this[int]
Gets or sets the element at the specified index.
public Control this[int index] { get; }
Parameters
index
intThe zero-based index of the element to get or set.
Property Value
- Control
The element at the specified index.