ListBox.GetItemCheck

number ListBox.GetItemCheck ( 

string ObjectName,

number Index )

Example 1

nChecked = ListBox.GetItemCheck("ListBox1", 5);

Gets the checked state of the item at the 5th index in the "ListBox1" listbox object and stores the result in a variable named "nChecked." The result will be one of the numeric values BST_UNCHECKED, BST_CHECKED or BST_INDETERMINATE.

See also:  Related Actions