RadioButton.setAutoCheck

Overview | Methods | This Package | All Packages

RadioButton.setAutoCheck

Sets 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 void setAutoCheck( boolean value )

Parameters

value

Set to true if the user can change the value of the check box by clicking it; set to false if the value of the control can only be changed programmatically. The default value is true.

See Also   getAutoCheck