ShellUtilitiesExtractNewMenu Method (ShellItemIdList, Boolean, Boolean) |
Extracts information from the Windows Shell 'New' menu.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static ShellMenuItemList ExtractNewMenu(
ShellItemIdList idList,
bool includeNewMenuItem,
bool includeBitmaps = false
)
Parameters
- idList
- Type: 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:
ShellMenuItemListAn instance of the ShellMenuItemList class.
Exceptions See Also