<!--
{
  "availability" : [
    "macOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSComboButton/image",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSComboButton(py)image"
  },
  "title" : "image"
}
-->

# image

The image that the button displays.

```
var image: NSImage? { get set }
```

## Discussion

The combo button scales the image to fit within its bounds. Use the [`imageScaling`](/documentation/AppKit/NSComboButton/imageScaling) property to specify the scaling behavior to use with your image.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)