NSAccessibilityStaticText
A role-based protocol that declares the minimum interface necessary for an accessibility element to act as static text.
Declaration
protocol NSAccessibilityStaticText : NSAccessibilityElementProtocolOverview
Use this protocol when you want to represent short pieces of text, such as headers or labels. For longer blocks of text, use the NSAccessibilityNavigableStaticText protocol.
You can further enhance the adopting element by implementing any of the information properties or action methods that the NSAccessibilityProtocol protocol declares.