CheckBoxCollection.Item

CheckBoxCollection indexer

Gets the CheckBox element at the specified index.

public CheckBox this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also