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

Syntax

[Android.Runtime.Register("onCreatePanelView", "(I)Landroid/view/View;", "GetOnCreatePanelView_IHandler")]
public virtual Android.Views.View OnCreatePanelView (int featureId)

Parameters

featureId
Which panel is being created.

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#onCreatePanelView(int) for activities. This simply returns null so that all panel sub-windows will have the default menu behavior.

[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