Table of Contents

Interface IOutlookBarMenuBuilder

Namespace
Innova.Prism.Library.Controls.Menu
Assembly
Innova.Prism.Library.dll

Represents a builder for creating Outlook Bar menus.

public interface IOutlookBarMenuBuilder
Extension Methods

Methods

AddMenuItem(MenuItemViewModel)

Adds a menu item to the Outlook Bar menu.

AddMenuItem(MenuItemViewModel, Action<IOutlookBarMenuBuilder>)

Adds a menu item to the Outlook Bar menu with an action.

AddMenuItem<TMenu>(Action<TMenu>)

Adds a menu item of type TMenu to the Outlook Bar menu.