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.
- C#
- VB.NET
public enum MenuMerge : Enum
Public Enum MenuMerge As [Enum]
Fields
| 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. |
Used By
| Name | Description |
|---|---|
| MenuItem.MergeType | Returns or sets a value indicating the behavior of this menu item when its menu is merged with another. |