<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplication/AboutPanelOptionKey",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@T@NSAboutPanelOptionKey"
  },
  "title" : "NSApplication.AboutPanelOptionKey"
}
-->

# NSApplication.AboutPanelOptionKey

Keys to include in the options dictionary when displaying an About panel.

```
struct AboutPanelOptionKey
```

## Topics

### Option Keys

[`NSAboutPanelOptionApplicationIcon`](/documentation/AppKit/NSApplication/AboutPanelOptionKey/applicationIcon)

The icon to display for the app in the About panel.

[`NSAboutPanelOptionApplicationName`](/documentation/AppKit/NSApplication/AboutPanelOptionKey/applicationName)

The name of the application to display in the About panel.

[`NSAboutPanelOptionApplicationVersion`](/documentation/AppKit/NSApplication/AboutPanelOptionKey/applicationVersion)

The version information to display in the About panel.

[`NSAboutPanelOptionCredits`](/documentation/AppKit/NSApplication/AboutPanelOptionKey/credits)

The credits string to display in the About panel.

[`NSAboutPanelOptionVersion`](/documentation/AppKit/NSApplication/AboutPanelOptionKey/version)

The version number to display in the About panel.

### Initializers

[`init(rawValue:)`](/documentation/AppKit/NSApplication/AboutPanelOptionKey/init(rawValue:))

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)