Triggers the ContextMenuItemSelect event.

Declaration Syntax
protected bool OnContextMenuItemSelected(
string command
)
Protected Function OnContextMenuItemSelected ( _
command As String _
) As Boolean
protected:
bool OnContextMenuItemSelected(
String^ command
)

Parameters
- command (String)
- The shell command that should be executed.

Return Value
true if the event handler decided that the command should be executed; false otherwise.
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)