Win32ShellContextMenuProviderHandleMenuItem Method |
Handles the menu item described by pCommandId.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected virtual bool HandleMenuItem(
int pCommandId
)
Protected Overridable Function HandleMenuItem (
pCommandId As Integer
) As Boolean
protected:
virtual bool HandleMenuItem(
int pCommandId
)
abstract HandleMenuItem :
pCommandId : int -> bool
override HandleMenuItem :
pCommandId : int -> bool
Parameters
- pCommandId
- Type: SystemInt32
Identifier for the command.
Return Value
Type:
BooleanTrue if the menu item was handled, false if not.
Remarks Deriving classes can pass the command to a custom menu.
See Also