Android.Widget.CheckedTextView Class
An extension to TextView that supports the Android.Widget.ICheckable interface.

See Also: CheckedTextView Members

Syntax

[Android.Runtime.Register("android/widget/CheckedTextView", DoNotGenerateAcw=true)]
public class CheckedTextView : TextView, ICheckable, IDisposable

Remarks

An extension to TextView that supports the Android.Widget.ICheckable interface. This is useful when used in a Android.Widget.ListView where the it's AbsListView.ChoiceMode has been set to something other than AbsListView.CHOICE_MODE_NONE.

[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