combobox.itemData Property
data = combobox.itemData(item);
combobox.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
combobox Overview |
combobox.item
 
© 2003 Lightweight Technologies. All rights reserved.