Click or drag to resize

ShellBrowserOnContextMenuItemSelected Method

Triggers the ContextMenuItemSelect event.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected bool OnContextMenuItemSelected(
	string command
)

Parameters

command  String
The shell command that should be executed.

Return Value

Boolean
true if there is no event handler, or if the event handler decided that the command should be executed; false otherwise.
See Also