CheckedListBox.getItemChecked

Overview | Methods | This Package | All Packages

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.