Share via


UIViewController.ParentFocusEnvironment Property

Definition

Gets the parent focus environment.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIFocusEnvironment? ParentFocusEnvironment { [Foundation.Export("parentFocusEnvironment", ObjCRuntime.ArgumentSemantic.Weak)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("parentFocusEnvironment", ObjCRuntime.ArgumentSemantic.Weak)>]
member this.ParentFocusEnvironment : UIKit.IUIFocusEnvironment

Property Value

The parent focus environment.

Implements

Attributes

Applies to