ShellBrowserOnContextMenuItemSelected Method |
Triggers the ContextMenuItemSelect event.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool OnContextMenuItemSelected(
string command
)
Protected Function OnContextMenuItemSelected (
command As String
) As Boolean
protected:
bool OnContextMenuItemSelected(
String^ command
)
member OnContextMenuItemSelected :
command : string -> bool
Parameters
- command
- Type: SystemString
The shell command that should be executed.
Return Value
Type:
Booleantrue if there is no event handler, or if the event handler decided that the command should be executed;
false otherwise.
See Also