MenuBar.Items Property

Definition

Gets the collection of top-level menu items.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.MenuBar.Items (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property IVector<MenuBarItem ^> ^ Items { IVector<MenuBarItem ^> ^ get(); };
IVector<MenuBarItem> Items();
public IList<MenuBarItem> Items { get; }
var iVector = menuBar.items;
Public ReadOnly Property Items As IList(Of MenuBarItem)

Property Value

The collection of top-level menu items.

Applies to