ExplorerBrowserInvokeCommandOnFolder Method |
Use InvokeCommandOnFolder to execute a command of the context menu for the listed folder.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool InvokeCommandOnFolder(
ShellCommand command
)
Public Function InvokeCommandOnFolder (
command As ShellCommand
) As Boolean
public:
bool InvokeCommandOnFolder(
ShellCommand^ command
)
member InvokeCommandOnFolder :
command : ShellCommand -> bool Parameters
- command ShellCommand
- The ShellCommand to use
Return Value
Booleantrue, if the command has successfully been processed
See Also