View.ParentForAccessibility Property

Definition

Gets the parent for accessibility purposes.

public virtual Android.Views.IViewParent? ParentForAccessibility { [Android.Runtime.Register("getParentForAccessibility", "()Landroid/view/ViewParent;", "GetGetParentForAccessibilityHandler")] get; }
[<get: Android.Runtime.Register("getParentForAccessibility", "()Landroid/view/ViewParent;", "GetGetParentForAccessibilityHandler")>]
member this.ParentForAccessibility : Android.Views.IViewParent

Property Value

The parent for accessibility purposes.

Attributes

Remarks

Gets the parent for accessibility purposes. Note that the parent for accessibility is not necessary the immediate parent. It is the first predecessor that is important for accessibility.

Java documentation for android.view.View.getParentForAccessibility().

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