UIView.CanBecomeFocused Property

Definition

Whether this UIView can become the focused view.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanBecomeFocused { [Foundation.Export("canBecomeFocused")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.CanBecomeFocused : bool

Property Value

Implements

Attributes

Applies to