Click or drag to resize

ShellFolderAddNewMenuToMenu Method

Adds the New menu to a menu. It only works if the AddNewMenuTemplatePath value is not null nor empty. If this doesn't work, you can validate the path using Item.FromParsingName() method.

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

Parameters

menu
Type: callback.ShellBoost.CoreShellMenu
The menu to add the New menu to.

Return Value

Type: Boolean
true if the New menu was added; false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionmenu is null.
See Also