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