Click or drag to resize

ShellMenuItem Constructor (ShellMenu, String)

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

Parameters

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