accessibilityMaxValue
The maximum value for the accessibility element.
Declaration
@property (strong) id accessibilityMaxValue;Discussion
This property is set to nil by default. Only a few AppKit controls (for example, NSSliderCell) support this value. Set this property only when the element has an accessibilityValue property and you want to define the maximum possible value.