Click or drag to resize

MergingContextMenuEventArgs Class

Provides data for the MergingContextMenu event of the ShellFolder type.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ShellBoost.CoreMergingContextMenuEventArgs

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class MergingContextMenuEventArgs : EventArgs

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