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 public virtual bool AddNewMenuToMenu(
ShellMenu menu
)
Parameters
- menu
- Type: callback.ShellBoost.CoreShellMenu
The menu to add the New menu to.
Return Value
Type:
Booleantrue if the New menu was added; false otherwise.
Exceptions See Also