---
title: isVisible
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstoolbar/isvisible
---

# isVisible

A Boolean value that indicates whether the toolbar is visible.

## Declaration

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

## Discussion

Discussion If the value of this property is true, the toolbar is visible; otherwise, it’s false. Change the value to hide or show the toolbar.

## See Also

### Configuring the toolbar’s behavior

- [displayMode](appkit/nstoolbar/displaymode-swift.property.md)
- [NSToolbar.DisplayMode](appkit/nstoolbar/displaymode-swift.enum.md)
- [showsBaselineSeparator](appkit/nstoolbar/showsbaselineseparator.md)
- [allowsUserCustomization](appkit/nstoolbar/allowsusercustomization.md)
- [allowsExtensionItems](appkit/nstoolbar/allowsextensionitems.md)
