Click or drag to resize

ShellContextMenuProviderHandleMenuItem Method

Handles the menu item described by pCommandId.

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

Parameters

pCommandId  Int32
Identifier for the command.

Return Value

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