Click or drag to resize

ShellMenuItem Constructor (ShellMenu)

Initializes a new instance of the ShellMenuItem class.

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

Parameters

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