All pages
Powered by GitBook
1 of 1

Loading...

MenuMerge

Wisej.Web.MenuMerge

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

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

public enum MenuMerge : Enum
Public Enum MenuMerge As [Enum]

Fields

Name
Description

Used By

Name
Description

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.

MenuItem.MergeType

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