ExplorerBrowserInvokeCommand Method |
Executes a context menu command for listed folder or selected items depending on focus.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool InvokeCommand(
ShellCommand command
)
Public Function InvokeCommand (
command As ShellCommand
) As Boolean
public:
bool InvokeCommand(
ShellCommand^ command
)
member InvokeCommand :
command : ShellCommand -> bool
Parameters
- command
- Type: Jam.ShellShellCommand
The ShellCommand to use
Return Value
Type:
BooleanTrue if the command was executed successfully or
False
otherwise.
Remarks See Also