Menu.Add(Menu) Method

Definition

Add item to the end of the collection of menus in this menu.

public void Add (Xamarin.Forms.Menu item);
abstract member Add : Xamarin.Forms.Menu -> unit
override this.Add : Xamarin.Forms.Menu -> unit

Parameters

item
Menu

The menu to add to this menu.

Implements

Applies to