ListView.getItem

Overview | Methods | This Package | All Packages

ListView.getItem

Retrieves the specified item in the list view control.

Syntax

public final ListItem getItem( int index )

Parameters

index

The zero-based index of an item in the list view control.

Return Value

Returns the ListItem object that represents the item at the specified zero-based index.

Exceptions

WFCInvalidArgumentException thrown if the specified index is not valid.