Specify which control or form we should use for the relative position.
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);
MouseController Class | NUnit.Extensions.Forms Namespace