Win32ShellContextMenuProviderHandleMenuItem Method |
Handles the menu item described by pCommandId.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected 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 Int32
- Identifier for the command.
Return Value
BooleanTrue if the menu item was handled, false if not.
RemarksDeriving classes can pass the command to a custom menu.
See Also