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

True if the node is context clickable.

Attributes

Remarks

Property getter documentation:

Gets whether this node is context clickable.

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

Property setter documentation:

Sets whether this node is context clickable.

<strong>Note:</strong> Cannot be called from an android.accessibilityservice.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

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