Contents

NSAccessibilitySlider

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

Declaration

protocol NSAccessibilitySlider : NSAccessibilityElementProtocol

Overview

Use this protocol when you want a user interface element to behave like a slider—a control that represents a continuous range of numerical values with a knob that represents the currently selected value—in the accessibility hierarchy.

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

Value Controls