Share via


AssistStructure.ViewNode.IsChecked Property

Definition

Returns true if this node is currently in a checked state.

public virtual bool IsChecked { [Android.Runtime.Register("isChecked", "()Z", "GetIsCheckedHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isChecked", "()Z", "GetIsCheckedHandler", ApiSince=23)>]
member this.IsChecked : bool

Property Value

Attributes

Remarks

Returns true if this node is currently in a checked state.

Java documentation for android.app.assist.AssistStructure.ViewNode.isChecked().

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