Contents

NSAccessibilityLayoutItem

A role-based protocol that declares the minimum interface necessary for an accessibility element to act as a layout item.

Declaration

protocol NSAccessibilityLayoutItem : NSAccessibilityGroup

Overview

Use this protocol when you want to create a layout item, a repositionable and resizeable item inside a layout area.

You can further enhance the adopting element by implementing any of the information properties or action methods that the NSAccessibilityProtocol protocol declares.

Topics

Supporting Accessibility

See Also

Layout Elements