Overview | Methods | This Package | All Packages
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