Android.Widget.RadioGroup.Check Method

Syntax

[Android.Runtime.Register("check", "(I)V", "GetCheck_IHandler")]
public virtual void Check (int id)

See Also

RadioGroup.CheckedRadioButtonId
RadioGroup.ClearCheck

Parameters

id
the unique id of the radio button to select in this group

Remarks

Sets the selection to the radio button whose identifier is passed in parameter. Using -1 as the selection identifier clears the selection; such an operation is equivalent to invoking RadioGroup.ClearCheck.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1