---
title: appearsDisabled
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsstatusbarbutton/appearsdisabled
---

# appearsDisabled

Determines whether the status bar icon has a disabled/off appearance while still being functional, such as allowing selection and actions.

## Declaration

```swift
var appearsDisabled: Bool { get set }
```

## Discussion

Discussion The default value is false.
