Microsoft SDK for Java

ListView.getItems

Retrieves an array containing all the items in the list view control.

Syntax

public final ListItem[] getItems()

Return Value

Returns a zero-based array of ListItem objects that represent the items in the list view control.

See Also   setItems

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