NSSlider Bindings
Availability Bindings
enabled
A multiple-value binding that determines if the NSSlider
is enabled in the user interface.
When enabled
is bound, a new binding, enabled2
, is exposed and can be bound. Binding to enabled2
causes enabled3
to be exposed, and so on.
The NSSlider
is enabled if a logical AND operation on all the enabled
bindings results in a Boolean value of YES
.
hidden
A multiple-value binding that determines if the NSSlider
is displayed in the user interface.
When hidden
is bound, a new binding, hidden2
, is exposed and can be bound. Binding to hidden2
causes hidden3
to be exposed, and so on.
The NSSlider
is hidden if a logical OR operation on all the hidden
bindings results in a Boolean value of YES
.
Parameters Bindings
toolTip
An NSString that contains the tool tip to display for this NSSlider
.
Value Bindings
maxValue
A double
value that specifies the maximum value allowed by the NSSlider
.
minValue
A double
value that specifies the minimum value allowed by the NSSlider
.
value
A double
value that specifies the current value of the NSSlider
.
Copyright © 2004, 2014 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2014-07-15