The properties of Android.Views.IMenuItem are listed below. For a list of all members, see the IMenuItem Members list.
[read-only] | ActionProvider | ActionProvider. Gets the Android.Views.ActionProvider. |
[read-only] | ActionView | View. Returns the currently set action view for this menu item. |
[read-only] | AlphabeticShortcut | char. Return the char for this menu item's alphabetic shortcut. |
[read-only] | GroupId | int. Return the group identifier that this menu item is part of. |
[read-only] | HasSubMenu | bool. Check whether this item has an associated sub-menu. |
[read-only] | Icon | Android.Graphics.Drawables.Drawable. Returns the icon for this item as a Drawable (getting it from resources if it hasn't been loaded before). |
[read-only] | Intent | Android.Content.Intent. Return the Intent associated with this item. |
[read-only] | IsActionViewExpanded | bool. Returns true if this menu item's action view has been expanded. |
[read-only] | IsCheckable | bool. Return whether the item can currently display a check mark. |
[read-only] | IsChecked | bool. Return whether the item is currently displaying a check mark. |
[read-only] | IsEnabled | bool. Return the enabled state of the menu item. |
[read-only] | IsVisible | bool. Return the visibility of the menu item. |
[read-only] | ItemId | int. Return the identifier for this menu item. |
[read-only] | MenuInfo | IContextMenuContextMenuInfo. Gets the extra information linked to this menu item. |
[read-only] | NumericShortcut | char. Return the char for this menu item's numeric (12-key) shortcut. |
[read-only] | Order | int. Return the category and order within the category of this item. |
[read-only] | SubMenu | ISubMenu. Get the sub-menu to be invoked when this item is selected, if it has one. |
[read-only] | TitleCondensedFormatted | Java.Lang.ICharSequence. Retrieve the current condensed title of the item. |
[read-only] | TitleFormatted | Java.Lang.ICharSequence. Retrieve the current title of the item. |