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