Click or drag to resize

ShellItem.MergeContextMenu Method

Allows to add items to context menu.

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

Parameters

folder
Type: callback.ShellBoost.Core.ShellFolder
The context folder.
items
Type: System.Collections.Generic.IReadOnlyList<ShellItem>
The selected items.
existingMenu
Type: callback.ShellBoost.Core.ShellMenu
The existing menu.
appendMenu
Type: callback.ShellBoost.Core.ShellMenu
The append menu.
See Also