Click or drag to resize

ShellItemMergeContextMenuTop Method

Allows to add items to the top of the context menu.

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

Parameters

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