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.getItemCheck
Retrieves a value indicating whether a check box for the specified item is checked, unchecked, or indeterminate.
Syntax
public final int getItemCheck( int index )
Parameters
index
The zero-based index of the item whose check box state you want to examine.
Return Value
Returns a value that indicates the current state of the check box. Possible return values are constants defined in the CheckState class.
Exceptions
WFCInvalidArgumentException thrown if the specified index is not valid.
See Also setItemCheck