Specifies the behavior of a System.Windows.Forms.MenuItem when it is merged with items in another menu.
Use the members of this enumeration to set the value of the MenuItem.MergeType property of the System.Windows.Forms.MenuItem.
Member Name | Description |
---|---|
Add |
The System.Windows.Forms.MenuItem is added to the collection of existing System.Windows.Forms.MenuItem objects in a merged menu. |
MergeItems |
All submenu items of this System.Windows.Forms.MenuItem are merged with those of existing System.Windows.Forms.MenuItem objects at the same position in a merged menu. |
Remove |
The System.Windows.Forms.MenuItem is not included in a merged menu. |
Replace |
The System.Windows.Forms.MenuItem replaces an existing System.Windows.Forms.MenuItem at the same position in a merged menu. |