Share via


UIView.GetFocusItems(CGRect) Method

Definition

Returns a list of all the child focus items within the specified rectangle.

[Foundation.Export("focusItemsInRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIFocusItem[] GetFocusItems(CoreGraphics.CGRect rect);
[<Foundation.Export("focusItemsInRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFocusItems : CoreGraphics.CGRect -> UIKit.IUIFocusItem[]
override this.GetFocusItems : CoreGraphics.CGRect -> UIKit.IUIFocusItem[]

Parameters

rect
CGRect

The rectangle whose focus items to get.

Returns

The list of all the child focus items within the specified rectangle.

Implements

Attributes

Applies to