UIView.FocusedElementKey Property

Definition

A string constant used by accessibility APIs (see FocusedElement(String)) to identify the focused element.

[Foundation.Advice("Use UIView.Notifications.ObserveFocusedElementKey helper method instead.")]
[Foundation.Field("UIAccessibilityFocusedElementKey", "UIKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString FocusedElementKey { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.FocusedElementKey : Foundation.NSString

Property Value

Attributes

Applies to