MenuMerge

Wisej.Web.MenuMerge

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the behavior of a MenuItem when it is merged with items in another menu.

public enum MenuMerge : Enum

Fields

NameDescription

Add

The MenuItem is added to the collection of existing MenuItem objects in a merged menu.

MergeItems

All submenu items of this MenuItem are merged with those of existing MenuItem objects at the same position in a merged menu.

Remove

The MenuItem is not included in a merged menu.

Replace

The MenuItem replaces an existing MenuItem at the same position in a merged menu.

Used By

NameDescription

Returns or sets a value indicating the behavior of this menu item when its menu is merged with another.

Last updated