Click or drag to resize

MergingContextMenuEventArgs Properties

The MergingContextMenuEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAppendMenu
Gets the append menu. Items can only be added or removed to this menu.
Public propertyExistingMenu
Gets the existing menu. This menu is read-only.
Public propertyFolder
Gets the opened Shell Folder instance.
Public propertyHwnd
Gets the owner window handle. May be IntPtr.Zero depending on context.
Public propertyItems
Gets the selected items.
Public propertyMergeType
Gets the context for merge operations.
Public propertyOptions
Gets the options. It's the same value as ExistingMenu's Flags.
Top
See Also