---
title: allowsMenuBar
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsmenubar
---

# allowsMenuBar

A Boolean value that indicates whether to allow the menu bar during an assessment.

## Declaration

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

## Discussion

Discussion An assessment session hides the menu bar by default, but you can allow it by setting allowsMenuBar to true in the AEAssessmentConfiguration instance that you use to initialize a session.
