[]
Specifies the behavior of a menu item when it is merged with items in another menu. Note: it`s MS "System.Windows.Forms.MenuItem.MenuMerge" enumeration analogue for .NET5 compatibility.
public enum MenuMerge
Name | Description |
---|---|
Add | The MenuItem is added to the collection of existing menu item objects in a merged menu. |
MergeItems | All submenu items of this menu item are merged with those of existing menu item objects at the same position in a merged menu. |
Remove | The menu item is not included in a merged menu. |
Replace | The menu item replaces an existing menu item at the same position in a merged menu. |