Microsoft SDK for Java

CheckBox.getCheckState

Retrieves a value that indicates whether a check box is checked, unchecked, or indeterminate.

Syntax

public final int getCheckState()

Return Value

Returns a value that indicates the current state of the check box. Possible return values are constants defined in the CheckState class. This method can return the CheckState.INDETERMINATE value only if the threeState property of the check box is set to true.

See Also   setCheckState

© 1999 Microsoft Corporation. All rights reserved. Terms of use.