Microsoft SDK for Java

RadioButton.setChecked

Sets a boolean value that indicates whether the radio button is turned on.

Syntax

public final void setChecked( boolean value )

Parameters

value

Set to true to turn the radio button on; set to false to turn the radio button off. The default value is false.

See Also   getChecked

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