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