IUIFocusItemContainer.GetFocusItems(CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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