Click or drag to resize

MenuCreateNewMenu Method (IWithIdList, ContextMenuOptions, Boolean)

Creates the 'New' menu for a given PIDL.

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

Parameters

idList
Type: callback.ShellBoost.CoreIWithIdList
The PIDL.
options (Optional)
Type: callback.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