AccessibilityNodeInfo.ContextClickable Property

Definition

Gets whether this node is context clickable. -or- Sets whether this node is context clickable.

public virtual bool ContextClickable { [Android.Runtime.Register("isContextClickable", "()Z", "GetIsContextClickableHandler", ApiSince=23)] get; [Android.Runtime.Register("setContextClickable", "(Z)V", "GetSetContextClickable_ZHandler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("isContextClickable", "()Z", "GetIsContextClickableHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setContextClickable", "(Z)V", "GetSetContextClickable_ZHandler", ApiSince=23)>]
member this.ContextClickable : bool with get, set

Property Value

Boolean

True if the node is context clickable.

Attributes

Remarks

Property getter documentation:

Java documentation for android.view.accessibility.AccessibilityNodeInfo.isContextClickable().

Property setter documentation:

Java documentation for android.view.accessibility.AccessibilityNodeInfo.setContextClickable(boolean).

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