Click or drag to resize

MenuCreateSendToMenu Method (IWithIdList, ContextMenuOptions, Boolean)

Creates the 'Send To' menu for a given PIDL.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static int CreateSendToMenu(
	IWithIdList idList,
	ContextMenuOptions options = null,
	bool throwOnError = true
)

Parameters

idList
Type: ShellBoost.CoreIWithIdList
The PIDL.
options (Optional)
Type: ShellBoost.Core.WindowsShellContextMenuOptions
The options.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
0 or an error code.
See Also