AssistStructure.ViewNode.IsSelected Property

Definition

Returns true if this node has currently been selected by the user.

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

Property Value

Attributes

Remarks

Returns true if this node has currently been selected by the user.

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

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