NUnitForms Class Library

CheckBoxTester.Checked Property

Retrieves the Checked property of the CheckBox

[Visual Basic]
Public ReadOnly Property Checked As Boolean
[C#]
public bool Checked {get;}

Property Value

A boolean to indicate whether the CheckBox is checked.

Remarks

Just returns the checked property of the underlying checkbox.

See Also

CheckBoxTester Class | NUnit.Extensions.Forms Namespace