Click or drag to resize

ShellItemUnmergeViewMenu Method

Unmerges the view menu.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void UnmergeViewMenu(
	ShellFolder folder,
	ShellMenu existingMenu,
	ShellMenu appendMenu
)

Parameters

folder
Type: callback.ShellBoost.CoreShellFolder
The context folder.
existingMenu
Type: callback.ShellBoost.CoreShellMenu
The existing menu.
appendMenu
Type: callback.ShellBoost.CoreShellMenu
The append menu.
See Also