Click or drag to resize

ShellItemModifyContextMenuFlags Method

The Shell is calling this method to ask for context menu flags modification.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual CMF ModifyContextMenuFlags(
	ShellFolder folder,
	IntPtr hwndOwner,
	IReadOnlyList<ShellItem> items,
	CMF flags
)

Parameters

folder
Type: callback.ShellBoost.CoreShellFolder
The context folder.
hwndOwner
Type: SystemIntPtr
The owner window handle.
items
Type: System.Collections.GenericIReadOnlyListShellItem
The items selected.
flags
Type: callback.ShellBoost.Core.WindowsShellCMF
The flags.

Return Value

Type: CMF
The new flags.
See Also