RadioGroup.ClearCheck Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.