JamBaseShellListViewInvokeCommandOnSelectedReadOnly Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool InvokeCommandOnSelectedReadOnly(
ShellCommand pCommand
)
Protected Function InvokeCommandOnSelectedReadOnly (
pCommand As ShellCommand
) As Boolean
protected:
bool InvokeCommandOnSelectedReadOnly(
ShellCommand^ pCommand
)
member InvokeCommandOnSelectedReadOnly :
pCommand : ShellCommand -> bool
Parameters
- pCommand
- Type: Jam.ShellShellCommand
The command to be executed.
Return Value
Type:
Booleanfalse, if the command cannot be executed in ReadOnly mode, the result of
InvokeCommandOnSelected(ShellCommand) otherwise.
See Also