Important: The information in this document is obsolete and should not be used for new development.
PATH![]() |
![]() ![]() |
These constants specify the value of a standard
radio button control and are passed in the newValue
parameter of SetControlValue
and are returned by GetControlValue
. The radio button value constants are changed with Appearance Manager 1.0 to support mixed-value radio buttons.
enum {
kControlRadioButtonUncheckedValue = 0,
kControlRadioButtonCheckedValue = 1,
kControlRadioButtonMixedValue = 2
};
kControlRadioButtonUncheckedValue
kControlRadioButtonCheckedValue
kControlRadioButtonMixedValue