Click or drag to resize

ShellMenuItem Constructor (ShellMenu)

Initializes a new instance of the ShellMenuItem class.

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

Parameters

menu
Type: callback.ShellBoost.CoreShellMenu
The parent menu.
See Also