Click or drag to resize

ShellItemMergeContextMenu Method

Allows to add items to context menu.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void MergeContextMenu(
	ShellFolder folder,
	IReadOnlyList<ShellItem> items,
	ShellMenu existingMenu,
	ShellMenu appendMenu
)

Parameters

folder
Type: ShellBoost.CoreShellFolder
The context folder.
items
Type: System.Collections.GenericIReadOnlyListShellItem
The selected items.
existingMenu
Type: ShellBoost.CoreShellMenu
The existing menu.
appendMenu
Type: ShellBoost.CoreShellMenu
The append menu.
See Also