Click or drag to resize

ShellMenuItemList Constructor

Initializes a new instance of the ShellMenuItemList class.

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

Parameters

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