Uncheck Method (CheckedListBox Class)

Class

CheckedListBox.

Action

Unchecks the check box.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

listbox.Uncheck(Item)
Variable Description
Item The text or index of the item to uncheck. LISTITEM.

Example

CLB.TheCheckedListBox.Uncheck("Oak")