RadioGroup.ClearCheck Method

Definition

Clears the selection.

[Android.Runtime.Register("clearCheck", "()V", "GetClearCheckHandler")]
public virtual void ClearCheck ();
[<Android.Runtime.Register("clearCheck", "()V", "GetClearCheckHandler")>]
abstract member ClearCheck : unit -> unit
override this.ClearCheck : unit -> unit
Attributes

Remarks

Clears the selection. When the selection is cleared, no radio button in this group is selected and #getCheckedRadioButtonId() returns null.

Java documentation for android.widget.RadioGroup.clearCheck().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also