NUnitForms Class Library

ControlCollection.Item Property

Returns a Control from this collection according to its index.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal i As Integer _
) As Control
[C#]
public System.Windows.Forms.Control this[
   int i
] {get;}

Parameters

i
the index

Property Value

The control at the index.

Remarks

delegates to the Item indexer of an underlying collection.

See Also

ControlCollection Class | NUnit.Extensions.Forms Namespace