Dialog.OnPrepareOptionsMenu(IMenu) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
It is usually safe to proxy this call to the owner activity's
Activity#onPrepareOptionsMenu(Menu)
if the client desires the
same menu for this Dialog.
[Android.Runtime.Register("onPrepareOptionsMenu", "(Landroid/view/Menu;)Z", "GetOnPrepareOptionsMenu_Landroid_view_Menu_Handler")]
public virtual bool OnPrepareOptionsMenu (Android.Views.IMenu menu);
[<Android.Runtime.Register("onPrepareOptionsMenu", "(Landroid/view/Menu;)Z", "GetOnPrepareOptionsMenu_Landroid_view_Menu_Handler")>]
abstract member OnPrepareOptionsMenu : Android.Views.IMenu -> bool
override this.OnPrepareOptionsMenu : Android.Views.IMenu -> bool
Parameters
- menu
- IMenu
Returns
- Attributes
Remarks
It is usually safe to proxy this call to the owner activity's Activity#onPrepareOptionsMenu(Menu)
if the client desires the same menu for this Dialog.
Java documentation for android.app.Dialog.onPrepareOptionsMenu(android.view.Menu)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.