Android.Views.ISubMenu Members

The members of Android.Views.ISubMenu are listed below.

Public Properties

[read-only]
ItemIMenuItem. Gets the Android.Views.IMenuItem that represents this submenu in the parent menu.

Public Methods

ClearHeader()
Clears the header of the submenu.
SetHeaderIcon(Android.Graphics.Drawables.Drawable) : ISubMenu
Sets the submenu header's icon to the icon given in iconAndroid.Graphics.Drawables.Drawable.
SetHeaderIcon(int) : ISubMenu
Sets the submenu header's icon to the icon given in iconRes resource id.
SetHeaderTitle(Java.Lang.ICharSequence) : ISubMenu
Sets the submenu header's title to the title given in title.
SetHeaderTitle(int) : ISubMenu
Sets the submenu header's title to the title given in titleRes resource identifier.
SetHeaderView(View) : ISubMenu
Sets the header of the submenu to the Android.Views.View given in view.
SetIcon(Android.Graphics.Drawables.Drawable) : ISubMenu
Change the icon associated with this submenu's item in its parent menu.
SetIcon(int) : ISubMenu
Change the icon associated with this submenu's item in its parent menu.