The MergeMenus type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetAddSeparator
Gets the AddSeparatorBehaviour of this item.
Public methodStatic memberGetHostId
Gets the merge host id of this item.
Public methodStatic memberGetId
Gets the id
Public methodStatic memberGetPriority
Gets the priority from an merge item
Public methodStatic memberGetPriorityDef
Gets the priority from an merge item
Public methodStatic memberSetAddSeparator
Sets theAddSeparatorBehaviour for this item
Public methodStatic memberSetHostId
Sets the merge host for this item
Public methodStatic memberSetId
Sets the id
Public methodStatic memberSetPriority
Sets the priority for merge items

Fields

  NameDescription
Public fieldStatic memberAddSeparatorProperty
Attached dependency property to add the AddSeparatorBehaviour
Public fieldStatic memberHostIdProperty
Attached dependency property to add the id of the host into which this item should be merged
Public fieldStatic memberIdProperty
Attached dependency property to add a id to WPF Tollbars or Menus. Menu or Toolbar (or ToolBarTray) is a valid merge host then.
Public fieldStatic memberPriorityProperty
Attached dependency property to apply a priority to menu or tool bar items

Properties

  NameDescription
Public propertyStatic memberMergeHosts
Gets the dictionary with all hosts.
Public propertyStatic memberUnmergedItems
Gets the list with all so far unmerged items

Attached Properties

  NameDescription
Public attached propertyAddSeparator
Public attached propertyHostId
Public attached propertyId
Public attached propertyPriority

See Also