---
title: NSMomentaryChangeButton
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nsmomentarychangebutton
---

# NSMomentaryChangeButton

When the button is clicked, the alternate (on state) image and alternate title are displayed.

## Declaration

```occ
static const NSButtonType NSMomentaryChangeButton;
```

## Discussion

Discussion Otherwise, the normal (off state) image and title are displayed. This option is called Momentary Change in Interface Builder’s Button inspector.

## See Also

### Deprecated Button Types

- [NSMomentaryLightButton](appkit/nsmomentarylightbutton.md)
- [NSPushOnPushOffButton](appkit/nspushonpushoffbutton.md)
- [NSToggleButton](appkit/nstogglebutton.md)
- [NSSwitchButton](appkit/nsswitchbutton.md)
- [NSRadioButton](appkit/nsradiobutton.md)
- [NSOnOffButton](appkit/nsonoffbutton.md)
- [NSAcceleratorButton](appkit/nsacceleratorbutton.md)
- [NSMultiLevelAcceleratorButton](appkit/nsmultilevelacceleratorbutton.md)
- [NSMomentaryPushInButton](appkit/nsmomentarypushinbutton.md)
- [NSMomentaryPushButton](appkit/nsmomentarypushbutton.md)
- [NSMomentaryLight](appkit/nsmomentarylight.md)
