ActionMenuView.Menu Property

Definition

Returns the Menu object that this ActionMenuView is currently presenting.

public virtual Android.Views.IMenu? Menu { [Android.Runtime.Register("getMenu", "()Landroid/view/Menu;", "GetGetMenuHandler")] get; }
[<get: Android.Runtime.Register("getMenu", "()Landroid/view/Menu;", "GetGetMenuHandler")>]
member this.Menu : Android.Views.IMenu

Property Value

the Menu presented by this view

Attributes

Remarks

Returns the Menu object that this ActionMenuView is currently presenting.

Applications should use this method to obtain the ActionMenuView's Menu object and inflate or add content to it as necessary.

Java documentation for android.widget.ActionMenuView.getMenu().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to