Android.Views.IMenuItem
Interface for direct access to a previously created menu item.

See Also: IMenuItem Members

Syntax

[Android.Runtime.Register("android/view/MenuItem", "", "Android.Views.IMenuItemInvoker")]
public interface IMenuItem : Android.Runtime.IJavaObject, IDisposable

Remarks

Interface for direct access to a previously created menu item.

An Item is returned by calling one of the Menu.add(int) methods.

For a feature set of specific menu types, see Android.Views.Menu.

Developer Guides

For information about creating menus, read the Menus developer guide.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1