Android.App.Activity.OnCreatePanelMenu Method
Default implementation of NoType:android/view/Window$Callback;Href=../../../reference/android/view/Window.Callback.html#onCreatePanelMenu(int, android.view.Menu) for activities.

Syntax

[Android.Runtime.Register("onCreatePanelMenu", "(ILandroid/view/Menu;)Z", "GetOnCreatePanelMenu_ILandroid_view_Menu_Handler")]
public virtual bool OnCreatePanelMenu (int featureId, Android.Views.IMenu menu)

Parameters

featureId
The panel being created.
menu
The menu inside the panel.

Returns

Documentation for this section has not yet been entered.

Remarks

Default implementation of NoType:android/view/Window$Callback;Href=../../../reference/android/view/Window.Callback.html#onCreatePanelMenu(int, android.view.Menu) for activities. This calls through to the new Activity.OnCreateOptionsMenu(Android.Views.IMenu) method for the Android.Views.Window.FEATURE_OPTIONS_PANEL panel, so that subclasses of Activity don't need to deal with feature codes.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1