IUIFocusItemContainer Interface

Definition

Manages spatial information for focus items in a focus environment.

[Foundation.Protocol(Name="UIFocusItemContainer", WrapperType=typeof(UIKit.UIFocusItemContainerWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIFocusItemContainer : IDisposable, ObjCRuntime.INativeObject
type IUIFocusItemContainer = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

CoordinateSpace

Gets the coordinate space implemenation.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

GetFocusItems(CGRect)

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

Applies to