listbox.itemData Property
data = listbox.itemData(item);
listbox.itemData(item) = data;
Gets/sets the user data associated with the specified item.
Parameters
- item
-
Required. Either an integer as the zero-based index of the item
or a string specifying the item text. The string may be a regular expression.
See also
listbox Overview |
listbox.item
 
© 2003 Lightweight Technologies. All rights reserved.