UIAccessibilityElement.IsAccessibilityElement Property

Definition

Whether an item is an accessibility element that an assistive application can access.

public virtual bool IsAccessibilityElement { [Foundation.Export("isAccessibilityElement")] get; [Foundation.Export("setIsAccessibilityElement:")] set; }
member this.IsAccessibilityElement : bool with get, set

Property Value

Boolean value that indicates if an assistive application can access.

Attributes

Remarks

The default value is NO. If receiver is a UIKit control, then the default value is YES.

Applies to