Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

ListBox.getSelected

Retrieves a boolean value indicating whether the specified item is selected.

Syntax

public final boolean getSelected( int index )

Parameters

index

The zero-based index of the item you want selection information for.

Return Value

Returns true if the specified item is selected; otherwise, returns false.

Exceptions

WFCWin32Exception thrown if the selection information cannot be retrieved.

See Also   setSelected