Win32ShellContextMenuProviderOnBeforeCommandExecute Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected virtual bool OnBeforeCommandExecute(
ShellCommand pCommand
)
Protected Overridable Function OnBeforeCommandExecute (
pCommand As ShellCommand
) As Boolean
protected:
virtual bool OnBeforeCommandExecute(
ShellCommand^ pCommand
)
abstract OnBeforeCommandExecute :
pCommand : ShellCommand -> bool
override OnBeforeCommandExecute :
pCommand : ShellCommand -> bool
Parameters
- pCommand
- Type: Jam.ShellShellCommand
The context menu command that should be processed.
Return Value
Type:
BooleanTrue if the command can be executed, false if it should be skipped.
See Also