Overview | Methods | This Package | All Packages
Retrieves a boolean value that indicates whether the user can change the value of the check box by clicking it or whether the value can only be changed programmatically.
Syntax
public final boolean getAutoCheck()
Return Value
Returns true if the user can change the value of the check box by clicking it; returns false if the value of the control can only be changed programmatically.
See Also setAutoCheck