Click or drag to resize

ShellMenuItemList Constructor

Initializes a new instance of the ShellMenuItemList class.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ShellMenuItemList(
	ShellMenu menu
)

Parameters

menu
Type: ShellBoost.CoreShellMenu
The parent menu.
Exceptions
ExceptionCondition
ArgumentNullExceptionmenu is null.
See Also