Share via


IUIFocusEnvironment.PreferredFocusedView Property

Definition

If not null, indicates the child UIView that should receive focus by default.

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

Property Value

Attributes

Applies to