Contents

accessibilityMinValue

The minimum value for the accessibility element.

Declaration

@property (strong) id accessibilityMinValue;

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 minimum possible value.

See Also

Related Documentation

Setting content and values