Click or drag to resize

MergingContextMenuEventArgs Class

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

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also