RanorexNetRanorexNet Documentation
IsItemChecked Method (name)
NamespacesRanorexCheckedListBoxIsItemChecked(String)
Gets the check state of an item in the list box.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsItemChecked(
	string name
)
Public Function IsItemChecked ( _
	name As String _
) As Boolean
public:
bool IsItemChecked(
	String^ name
)
Parameters
name (String)
The name of the list box item.
Return Value
If the item is checked, the return value is true, otherwise false.
Remarks
Supported only in RanorexPro.
Exceptions
ExceptionCondition
CommandFailedExceptionThrown when the operation cannot be processed.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524