AccessibilityNodeInfo.Editable Property

Definition

Gets if the node is editable. -or- Sets whether this node is editable.

public virtual bool Editable { [Android.Runtime.Register("isEditable", "()Z", "GetIsEditableHandler")] get; [Android.Runtime.Register("setEditable", "(Z)V", "GetSetEditable_ZHandler")] set; }
[<get: Android.Runtime.Register("isEditable", "()Z", "GetIsEditableHandler")>]
[<set: Android.Runtime.Register("setEditable", "(Z)V", "GetSetEditable_ZHandler")>]
member this.Editable : bool with get, set

Property Value

True if the node is editable, false otherwise.

Attributes

Exceptions

If called from an AccessibilityService.

Remarks

Property getter documentation:

Gets if the node is editable.

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

Property setter documentation:

Sets whether this node is editable.

<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.setEditable(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