Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

ListBox.getItem

Retrieves the item at the specified zero-based index.

Syntax

public final Object getItem( int index )

Parameters

index

The index of the item to retrieve.

Return Value

Returns an object that represents the retrieved list-box item.

Exceptions

WFCInvalidArgumentException thrown if the specified index is not valid.

See Also   setItem