Click or drag to resize

ShellItem.MapContextMenuCommand Method

Maps a context menu command.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual bool MapContextMenuCommand(
	ShellFolder folder,
	IntPtr hwndOwner,
	string command,
	ref int inputId
)

Parameters

folder
Type: callback.ShellBoost.Core.ShellFolder
The context folder.
hwndOwner
Type: System.IntPtr
The owner window handle.
command
Type: System.String
The command.
inputId
Type: System.Int32
The input identifier.

Return Value

Type: Boolean
true if the command was mapped, false otherwise.
See Also