Dialog.OnCreatePanelView(Int32) Method

Definition

Instantiate the view to display in the panel for 'featureId'.

[Android.Runtime.Register("onCreatePanelView", "(I)Landroid/view/View;", "GetOnCreatePanelView_IHandler")]
public virtual Android.Views.View? OnCreatePanelView(int featureId);
[<Android.Runtime.Register("onCreatePanelView", "(I)Landroid/view/View;", "GetOnCreatePanelView_IHandler")>]
abstract member OnCreatePanelView : int -> Android.Views.View
override this.OnCreatePanelView : int -> Android.Views.View

Parameters

featureId
Int32

int: Which panel is being created.

Returns

view The top-level view to place in the panel.

Implements

Attributes

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.

See also:

Android reference for android.app.Dialog.onCreatePanelView.

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.

Applies to