Variable: tab-bar-menu-bar-button
tab-bar-menu-bar-button is a variable defined in tab-bar.el.gz.
Value
#("Menu" 0 4
(face tab-bar-tab-inactive))
Documentation
Button for the menu bar.
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defvar tab-bar-menu-bar-button
(propertize "Menu" 'face 'tab-bar-tab-inactive)
"Button for the menu bar.")