Microsoft SDK for Java

DhSelectBox.getSelected

Retrieves the current selected state of an item.

Syntax

public boolean getSelected ( int index )

Parameters

index

The zero-based index of the item to query.

Return Value

Returns true if the item is selected; otherwise, returns false. Also returns false if index does not correspond to an item in the list.

See Also   setSelected

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