Click or drag to resize

Win32ShellContextMenuProviderHandleMenuItem Method

Handles the menu item described by pCommandId.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
protected virtual 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.
Remarks
Deriving classes can pass the command to a custom menu.
See Also