Android.App.Dialog.OnCreatePanelView Method
Instantiate the view to display in the panel for 'featureId'.

Syntax

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

See Also

Activity.OnCreatePanelView(int)

Parameters

featureId
Which panel is being created.

Returns

Documentation for this section has not yet been entered.

Remarks

Instantiate the view to display in the panel for 'featureId'. You can return null, in which case the default content (typically a menu) will be created for you.

[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