NUnitForms Class Library

LinkLabelTester.Item Property

Allows you to find a LinkLabelTester by index where the name is not unique.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As LinkLabelTester
[C#]
new public LinkLabelTester this[
   int index
] {get;}

Parameters

index
The index of the LinkLabelTester.

Property Value

The ControlTester at the specified index.

Remarks

This was added to support the ability to find controls where their name is not unique. If all of your controls are uniquely named (I recommend this) then you will not need this.

See Also

LinkLabelTester Class | NUnit.Extensions.Forms Namespace