See Also: IMenu Members
Interface for managing the items in a menu.
By default, every Activity supports an options menu of actions or options. You can add items to this menu and handle clicks on your additions. The easiest way of adding menu items is inflating an XML file into the Android.Views.Menu via Android.Views.MenuInflater. The easiest way of attaching code to clicks is via Android.App.Activity.OnOptionsItemSelected(IMenuItem) and Android.App.Activity.OnContextItemSelected(IMenuItem).
Different menu types support different features:
For more information about creating menus, read the Menus developer guide.