System.Windows.Forms.MergeAction Enumeration

Specifies the kind of action to take if a match is found when combining menu items on a System.Windows.Forms.ToolStrip.

Syntax

public enum MergeAction

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0