AssistStructure.ViewNode.IsLongClickable Property

Definition

Returns true if this node is something the user can perform a long click/press on.

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

Property Value

Attributes

Remarks

Returns true if this node is something the user can perform a long click/press on.

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

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