Click or drag to resize

ShellContextMenuProviderHandleMenuItem Method

Handles the menu item described by pCommandId.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected override bool HandleMenuItem(
	int pCommandId
)

Parameters

pCommandId
Type: SystemInt32
Identifier for the command.

Return Value

Type: Boolean
True if the menu item was handled, false if not.
See Also