IUIFocusItemContainer.GetFocusItems(CGRect) Method

Definition

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

[Foundation.Export("focusItemsInRect:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUIFocusItem[] GetFocusItems (CoreGraphics.CGRect rect);
abstract member 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.

Attributes

Applies to