Toolbar.Menu Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the Menu shown in the toolbar.
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 toolbar's Menu
- Attributes
Remarks
Return the Menu shown in the toolbar.
Applications that wish to populate the toolbar's menu can do so from here. To use an XML menu resource, use #inflateMenu(int)
.
Java documentation for android.widget.Toolbar.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.