The members of Android.Views.ISubMenu are listed below.
[read-only] | Item | IMenuItem. Gets the Android.Views.IMenuItem that represents this submenu in the parent menu. |
ClearHeader()Clears the header of the submenu. | ||
SetHeaderIcon(Android.Graphics.Drawables.Drawable)Sets the submenu header's icon to the icon given in iconAndroid.Graphics.Drawables.Drawable. | ||
SetHeaderIcon(int)Sets the submenu header's icon to the icon given in iconRes resource id. | ||
SetHeaderTitle(Java.Lang.ICharSequence)Sets the submenu header's title to the title given in title. | ||
SetHeaderTitle(int)Sets the submenu header's title to the title given in titleRes resource identifier. | ||
SetHeaderView(View)Sets the header of the submenu to the Android.Views.View given in view. | ||
SetIcon(Android.Graphics.Drawables.Drawable)Change the icon associated with this submenu's item in its parent menu. | ||
SetIcon(int)Change the icon associated with this submenu's item in its parent menu. |