MergeAction Enumeration
.NET Framework 4.5
Specifies the kind of action to take if a match is found when combining menu items on a ToolStrip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Append | Appends the item to the end of the collection, ignoring match results. | |
| Insert | Inserts the item to the target's collection immediately preceding the matched item. A match of the end of the list results in the item being appended to the list. If there is no match or the match is at the beginning of the list, the item is inserted at the beginning of the collection. | |
| MatchOnly | A match is required, but no action is taken. Use this for tree creation and successful access to nested layouts. | |
| Remove | Removes the matched item. | |
| Replace | Replaces the matched item with the source item. The original item's drop-down items do not become children of the incoming item. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.