UIAccessibilityElement.IsAccessibilityElement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.