NUnitForms Class Library

ControlTester.Item Property

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

Overload List

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

public ControlTester this[int] {get;}

Convenience accessor / mutator for any nonsupported property on a control to test.

public object this[string] {get; set;}

See Also

ControlTester Class | NUnit.Extensions.Forms Namespace