DekGenius.com
[ Team LiB ] Previous Section Next Section

MenuMergeserializable

System.Windows.Forms (system.windows.forms.dll)enum

This is the enumeration that is used by the MenuItem.MergeType to determine how menu merging should proceed for this item.

public enum MenuMerge {
   Add = 0,
   Replace = 1,
   MergeItems = 2,
   Remove = 3
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) MenuMerge

Returned By

MenuItem.MergeType

Passed To

MenuItem.{MenuItem(), MergeType}

    [ Team LiB ] Previous Section Next Section