Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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