Android.Views.ISubMenu.SetHeaderView Method
Sets the header of the submenu to the Android.Views.View given in view.

Syntax

[Android.Runtime.Register("setHeaderView", "(Landroid/view/View;)Landroid/view/SubMenu;", "GetSetHeaderView_Landroid_view_View_Handler:Android.Views.ISubMenuInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public ISubMenu SetHeaderView (View view)

Parameters

view
The Android.Views.View used for the header.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the header of the submenu to the Android.Views.View given in view. This replaces the header title and icon (and those replace this).

[Android Documentation]

Requirements

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