Click or drag to resize

ShellBrowserOnContextMenuItemSelected Method

Triggers the ContextMenuItemSelect event.

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

Parameters

command
Type: SystemString
The shell command that should be executed.

Return Value

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