NUnitForms Class Library

MouseController.UseOn Method

Specify which control or form we should use for the relative position.

Overload List

Specify which control or form we should use for the relative position.

public void UseOn(ControlTester);

Overloaded. Specifies control by name.

public void UseOn(string);

Overloaded. Specifies control by name and form name

public void UseOn(string,string);

Overloaded. Specifies control by name and form instance.

public void UseOn(string,Form);

See Also

MouseController Class | NUnit.Extensions.Forms Namespace