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