UIBarItem.IsAccessibilityElement Property

Definition

Gets or sets whether this item is an accessibility object that an assistive app can access.

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

Property Value

true if the UIBarItem is an accessibility element.

Attributes

Applies to