RanorexRanorex Documentation
Checked Property
NamespacesRanorexCheckableChecked
True if the element is checked.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Checked { get; set; }
Public Overridable Property Checked As Boolean
public:
virtual property bool Checked {
	bool get ();
	void set (bool value);
}
Exceptions
ExceptionCondition
SetAttributeFailedExceptionThrown if setting the attribute value failed.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)