Microsoft SDK for Java

CheckedListBox.getItemChecked

Retrieves a boolean value indicating whether the check box for the specified item is checked.

Syntax

public final boolean getItemChecked( int index )

Parameters

index

The zero-based index of the item whose check box state you want to check.

Return Value

Returns true if the check box for the specified item is checked or indeterminate; otherwise, returns false.

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