[]
        
(Showing Draft Content)

C1.Win.C1Command.MenuMerge

MenuMerge Enum

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.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public enum MenuMerge

Fields

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.