System.Windows.Forms
2.0.0.0
System.Enum
To be added.
Specifies the kind of action to take if a match is found when combining menu items on a .
Field
System.Windows.Forms.MergeAction
Appends the item to the end of the collection, ignoring match results.
2.0.0.0
Field
System.Windows.Forms.MergeAction
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.
2.0.0.0
Field
System.Windows.Forms.MergeAction
A match is required, but no action is taken. Use this for tree creation and successful access to nested layouts.
2.0.0.0
Field
System.Windows.Forms.MergeAction
Removes the matched item.
2.0.0.0
Field
System.Windows.Forms.MergeAction
Replaces the matched item with the source item. The original item's drop-down items do not become children of the incoming item.
2.0.0.0