NUnitForms Class Library

CheckBoxTester.UnCheck Method 

Sets the Checked property of the CheckBox to false

[Visual Basic]
Public Sub UnCheck()
[C#]
public void UnCheck();

Remarks

Equivalent to Check(false)

See Also

CheckBoxTester Class | NUnit.Extensions.Forms Namespace