Android.Preferences.Preference.OnCreateView Method
Creates the View to be shown for this Preference in the Android.Preferences.PreferenceActivity.

Syntax

[Android.Runtime.Register("onCreateView", "(Landroid/view/ViewGroup;)Landroid/view/View;", "GetOnCreateView_Landroid_view_ViewGroup_Handler")]
protected virtual Android.Views.View OnCreateView (Android.Views.ViewGroup parent)

See Also

Preference.OnBindView(Android.Views.View)

Parameters

parent
The parent that this View will eventually be attached to.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates the View to be shown for this Preference in the Android.Preferences.PreferenceActivity. The default behavior is to inflate the main layout of this Preference (see Preference.LayoutResource. If changing this behavior, please specify a Android.Views.ViewGroup with ID NoType:android/R$id;Href=../../../reference/android/R.id.html#widget_frame.

Make sure to call through to the superclass's implementation.

[Android Documentation]

Requirements

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