ListBox.SetItemCheck

ListBox.SetItemCheck ( 

string ObjectName,

number Index,

number CheckboxState )

Example 1

ListBox.SetItemCheck("ListBox1", 5, BST_CHECKED);

Sets the checked state of the 5th item in the listbox object named "ListBox1" to checked.

See also:  Related Actions