RanorexNetRanorexNet Documentation
UncheckItem Method (name)
NamespacesRanorexCheckedListBoxUncheckItem(String)
The function unchecks the check state of an item in the list box.
Declaration Syntax
C#Visual BasicVisual C++
public bool UncheckItem(
	string name
)
Public Function UncheckItem ( _
	name As String _
) As Boolean
public:
bool UncheckItem(
	String^ name
)
Parameters
name (String)
The name of the list box item.
Return Value
If the function succeeds, 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