StatusBar or MenuBar??

Hi,
Can someone please tell me the correct name for the bar on OS X, where the time, date, spotlight etc. are located.

I call it the Menubar, but the control is called a NSStatusItem, inferring it is a Status bar?
What is the correct name for this?

Thank you.

The whole bar is properly called the “menu bar”. Within the menu bar, you have a NSStatusBar - this holds the NSStatusItems. So you can think of the Status Bar as the area to the right of the menu bar. And the icons on the Status Bar are the StatusItems. Phew!

https://developer.apple.com/library/mac/documentation/cocoa/reference/applicationkit/classes/nsstatusbar_class/Reference/Reference.html

Menu Bar Extras.
OS X Human Interface Guidelines

Thank you both :slight_smile: