Click or drag to resize

JamBaseShellListViewInvokeCommandOnSelectedReadOnly Method

Guarding/helper method for InvokeCommandOnSelected(ShellCommand) suppressing exceptions when executing commands that don't work in readonly mode.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected bool InvokeCommandOnSelectedReadOnly(
	ShellCommand pCommand
)

Parameters

pCommand  ShellCommand
The command to be executed.

Return Value

Boolean
false, if the command cannot be executed in ReadOnly mode, the result of InvokeCommandOnSelected(ShellCommand) otherwise.
See Also