Microsoft SDK for Java

RadioButton.getAutoCheck

Retrieves a boolean value that indicates whether the user can change the value of the radio button 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 radio button by clicking it; returns false if the value of the control can only be changed programmatically.

See Also   setAutoCheck

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