ShellContextMenuProviderHandleMenuItem Method | 
Handles the menu item described by pCommandId.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected override bool HandleMenuItem(
	int pCommandId
)
Protected Overrides Function HandleMenuItem ( 
	pCommandId As Integer
) As Boolean
protected:
virtual bool HandleMenuItem(
	int pCommandId
) override
abstract HandleMenuItem : 
        pCommandId : int -> bool 
override HandleMenuItem : 
        pCommandId : int -> bool Parameters
- pCommandId  Int32
 - Identifier for the command.
 
Return Value
BooleanTrue if the menu item was handled, false if not.
See Also