- menu
- The options menu as last shown or first initialized by onCreateOptionsMenu().
Prepare the Screen's standard options menu to be displayed. This is called right before the menu is shown, every time it is shown. You can use this method to efficiently enable/disable items or otherwise dynamically modify the contents. See Activity.OnPrepareOptionsMenu(Android.Views.IMenu) for more information.