Value Pickers
The Menu control can be used as a simple value picker. It extends the ComboBox control, which allows you to bind variables to the control's selectedValue property as you would with a ComboBox.
This example ises the selectedIndexChanged event to update the Menu's header and show the current value: