Microsoft SDK for Java

ListView.getFocusedItem

Retrieves the item in the list view control that currently has the focus.

Syntax

public ListItem getFocusedItem()

Return Value

Returns a ListItem object that represents the item that has the focus.

Exceptions

WFCException thrown if no item has the focus.

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