Return a handle on the Button of Menu.
var menu = dFrame.addMenu(parameters)
menu.getButton.setActivateOn('OVER')
Menu.getButton()
no parameter
returns a ButtonStyle
The only use of this method is to get a handle on the Button associated with a pop-up Menu in order to use Style methods on it.