Important: The information in this document is obsolete and should not be used for new development.
PATH![]() |
![]() ![]() |
You can pass the bevel button behavior constants in the high byte of the minimumValue
parameter of NewControl
to create a
bevel button with a specific behavior. The bevel button behavior constants are available with Appearance Manager 1.0 and later.
enum {
kControlBehaviorPushbutton = 0,
kControlBehaviorToggles = 0x0100,
kControlBehaviorSticky = 0x0200,
kControlBehaviorOffsetContents = 0x8000
};
kControlBehaviorPushbutton
kControlBehaviorToggles
kControlBehaviorSticky
kControlBehaviorOffsetContents