Enum MenuMerge
Specifies the behavior of a MenuItem when it is merged with items in another menu.
public enum MenuMerge
Fields
Add = 0
The MenuItem is added to the existing MenuItem objects in a merged menu.
MergeItems = 2
Subitems of this MenuItem are merged with those of existing MenuItem objects at the same position in a merged menu.
Remove = 3
The MenuItem is not included in a merged menu.
Replace = 1
The MenuItem replaces the existing MenuItem at the same position in a merged menu.