ShellContextMenuProviderHandleMenuItem Method |
Handles the menu item described by pCommandId.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax protected 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
- Type: SystemInt32
Identifier for the command.
Return Value
Type:
BooleanTrue if the menu item was handled, false if not.
See Also