The methods of Android.Views.IMenuItem are listed below. For a list of all members, see the IMenuItem Members list.
CollapseActionView()Collapse the action view associated with this menu item. | ||
ExpandActionView()Expand the action view associated with this menu item. | ||
SetActionProvider(ActionProvider)Sets the Android.Views.ActionProvider responsible for creating an action view if the item is placed on the action bar. | ||
SetActionView(View)Set an action view for this menu item. | ||
SetActionView(int)Set an action view for this menu item. | ||
SetAlphabeticShortcut(char)Change the alphabetic shortcut associated with this item. | ||
SetCheckable(bool)Control whether this item can display a check mark. | ||
SetChecked(bool)Control whether this item is shown with a check mark. | ||
SetEnabled(bool)Sets whether the menu item is enabled. | ||
SetIcon(Android.Graphics.Drawables.Drawable)Change the icon associated with this item. | ||
SetIcon(int)Change the icon associated with this item. | ||
SetIntent(Android.Content.Intent)Change the Intent associated with this item. | ||
SetNumericShortcut(char)Change the numeric shortcut associated with this item. | ||
SetOnActionExpandListener(IMenuItemOnActionExpandListener)Set an Android.Views.IMenuItemOnActionExpandListener on this menu item to be notified when the associated action view is expanded or collapsed. | ||
SetOnMenuItemClickListener(IMenuItemOnMenuItemClickListener)Set a custom listener for invocation of this menu item. | ||
SetShortcut(char, char)Change both the numeric and alphabetic shortcut associated with this item. | ||
SetShowAsAction(ShowAsAction)Sets how this item should display in the presence of an Action Bar. | ||
SetShowAsActionFlags(ShowAsAction)Sets how this item should display in the presence of an Action Bar. | ||
SetTitle(Java.Lang.ICharSequence)Change the title associated with this item. | ||
SetTitle(int)Change the title associated with this item. | ||
SetTitleCondensed(Java.Lang.ICharSequence)Change the condensed title associated with this item. | ||
SetVisible(bool)Sets the visibility of the menu item. |