Android.Widget.ActionMenuView Members

The members of Android.Widget.ActionMenuView are listed below.

See Also: Inherited members from Android.Widget.LinearLayout

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsOverflowMenuShowingbool. Check whether the overflow menu is currently showing.
[read-only]
MenuAndroid.Views.IMenu. Returns the Menu object that this ActionMenuView is currently presenting.
PopupThemeint.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DismissPopupMenus()
Dismiss any popups associated with this menu view.
HideOverflowMenu() : bool
Hide the overflow items from the associated menu.
OnConfigurationChanged(Android.Content.Res.Configuration)
Called when the current configuration of the resources being used by the application have changed.
OnDetachedFromWindow()
This is called when the view is detached from a window.
SetOnMenuItemClickListener(ActionMenuView.IOnMenuItemClickListener)
ShowOverflowMenu() : bool
Show the overflow items from the associated menu.

Public Events

MenuItemClickDocumentation for this section has not yet been entered.