Click or drag to resize

ShellItemShowDefaultContextMenu Method

Determines if the default context menu should be shown.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual bool ShowDefaultContextMenu(
	IntPtr hwndOwner,
	IReadOnlyList<ShellItem> items
)

Parameters

hwndOwner
Type: SystemIntPtr
The owner window handle.
items
Type: System.Collections.GenericIReadOnlyListShellItem
The items selected.

Return Value

Type: Boolean
true to show the default context menu; otherwise false.
See Also