Share via


UIView.Focused Property

Definition

Whether the UIView is the focused view.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Focused { [Foundation.Export("isFocused")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isFocused")>]
member this.Focused : bool

Property Value

Attributes

Applies to