'Declaration
Public Enum MenuMerge Inherits System.Enum
public enum MenuMerge : System.Enum
'Declaration
Public Enum MenuMerge Inherits System.Enum
public enum MenuMerge : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.Command.MenuMerge