Click or drag to resize

ShellMenuItem Constructor (ShellMenu, String)

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,
	string text
)

Parameters

menu
Type: ShellBoost.CoreShellMenu
The parent menu.
text
Type: SystemString
This item's text.
See Also