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.1
Syntax
protected bool InvokeCommandOnSelectedReadOnly(
	ShellCommand pCommand
)

Parameters

pCommand
Type: Jam.ShellShellCommand
The command to be executed.

Return Value

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