NUnitForms Class Library

CheckBoxTester.Check Method

Sets the Checked property of the CheckBox to true

Overload List

Sets the Checked property of the CheckBox to true

public void Check();

Sets the Checked property to the specified value.

public void Check(bool);

See Also

CheckBoxTester Class | NUnit.Extensions.Forms Namespace