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