Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.