Retrieves the item at the specified zero-based index.
public final Object getItem( int index )
index
The index of the item to retrieve.
Returns an object that represents the retrieved list-box item.
WFCInvalidArgumentException thrown if the specified index is not valid.
See Also setItem