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

Syntax

[Android.Runtime.Register("onPreparePanel", "(ILandroid/view/View;Landroid/view/Menu;)Z", "GetOnPreparePanel_ILandroid_view_View_Landroid_view_Menu_Handler")]
public virtual bool OnPreparePanel (int featureId, Android.Views.View view, Android.Views.IMenu menu)

Parameters

featureId
The panel that is being displayed.
view
The View that was returned by onCreatePanelView().
menu
If onCreatePanelView() returned null, this is the Menu being displayed in the panel.

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

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