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