AssistStructure.ViewNode.IsAccessibilityFocused Property

Definition

Returns true if this node currently had accessibility focus at the time that the structure was collected.

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

Property Value

Attributes

Remarks

Returns true if this node currently had accessibility focus at the time that the structure was collected.

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

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