NUnitForms Class Library

ControlFinder.Find Method 

Finds a control.

[Visual Basic]
Public Function Find() As Control
[C#]
public Control Find();

Return Value

The control if one is found.

Exceptions

Exception TypeCondition
If there is more than one with the specified name, it will throw an AmbiguousNameException. If the Control does not exist, it will throw a NoSuchControlException.

See Also

ControlFinder Class | NUnit.Extensions.Forms Namespace