autoenablesItems
A Boolean value indicating whether the button enables and disables its items every time a user event occurs.
Declaration
var autoenablesItems: Bool { get set }Discussion
When the value of this property is true, user events cause the button to enable and disable its items automatically according to the NSMenuValidation protocol specification.