RanorexRanorex Documentation
Checked Property
NamespacesRanorex.Core.TestingITestCaseChecked
Gets or sets a value indicating whether this test case is checked in the current run configuration.
Declaration Syntax
C#Visual BasicVisual C++
bool Checked { get; set; }
Property Checked As Boolean
	Get
	Set
property bool Checked {
	bool get ();
	void set (bool value);
}
Property Value
Boolean
true if checked; otherwise, false.

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)