combobox.item Property


strItem = combobox.item(item);

Returns the text of 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.itemData

 


© 2003 Lightweight Technologies. All rights reserved.