Contents

allowsMenuBar

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

Declaration

var allowsMenuBar: Bool { get set }

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.