Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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.