RadioButton.getAutoCheck

Overview | Methods | This Package | All Packages

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