MergingContextMenuEventArgs Class |
Namespace: ShellBoost.Core
public class MergingContextMenuEventArgs : EventArgs
The MergingContextMenuEventArgs type exposes the following members.
Name | Description | |
---|---|---|
AppendMenu |
Gets the append menu.
Items can only be added or removed to this menu.
| |
ExistingMenu |
Gets the existing menu.
This menu is read-only.
| |
Folder |
Gets the opened Shell Folder instance.
| |
Hwnd |
Gets the owner window handle.
May be IntPtr.Zero depending on context.
| |
Items |
Gets the selected items.
| |
MergeType |
Gets the context for merge operations.
| |
Options |
Gets the options.
It's the same value as ExistingMenu's Flags.
|