Android.Views.Accessibility.AccessibilityNodeInfo.Focusable Property
Gets whether this node is focusable.

Syntax

[get: Android.Runtime.Register("isFocusable", "()Z", "GetIsFocusableHandler")]
[set: Android.Runtime.Register("setFocusable", "(Z)V", "GetSetFocusable_ZHandler")]
public virtual bool Focusable { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Get method documentation [Android Documentation]

Gets whether this node is focusable.

Set method documentation [Android Documentation]

Sets whether this node is focusable.

Note: Cannot be called from an Android.AccessibilityServices.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14