UIViewController.ParentFocusEnvironment Property

Definition

Gets the focus environment that contains the current focus environment.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIFocusEnvironment ParentFocusEnvironment { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("parentFocusEnvironment", ObjCRuntime.ArgumentSemantic.Weak)] get; }
member this.ParentFocusEnvironment : UIKit.IUIFocusEnvironment

Property Value

Tohe focus environment that contains the current focus environment.

Attributes

Applies to