Click or drag to resize

FolderViewInvokeVerbOnSelection Method

Invokes the given verb on the current selection.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int InvokeVerbOnSelection(
	string verb,
	bool throwOnError = true
)

Parameters

verb
Type: SystemString
The verb.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionverb is null.
See Also