Click or drag to resize

ShellUtilitiesExtractNewMenu Method (ShellItemIdList, Boolean, Boolean)

Extracts information from the Windows Shell 'New' menu.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ShellMenuItemList ExtractNewMenu(
	ShellItemIdList idList,
	bool includeNewMenuItem,
	bool includeBitmaps = false
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The PIDL that the 'New' menu will use to built itself.
includeNewMenuItem
Type: SystemBoolean
if set to true include the 'New' menu item itself.
includeBitmaps (Optional)
Type: SystemBoolean
if set to true, include bitmaps.

Return Value

Type: ShellMenuItemList
An instance of the ShellMenuItemList class.
Exceptions
ExceptionCondition
ArgumentNullExceptionidl is null.
ArgumentExceptionidl is a terminator.
See Also