Dialog.OnCreatePanelView(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Which panel is being created.
Returns
Implements
- Attributes
Remarks
Java documentation for android.app.Dialog.onCreatePanelView(int)
.
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.