Android.Views.ISubMenu: Method Members

The methods of Android.Views.ISubMenu are listed below. For a list of all members, see the ISubMenu Members list.

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.