Click or drag to resize

ShellMenuMergeType Enumeration

Defines the context for merge operations.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum ShellMenuMergeType
Members
  Member nameValueDescription
None0 There is no specific merge context associated with this menu.
Menu1 The menu is merged to the item menu.
ContextMenu2 The menu is merged to the context menu.
ContextMenuTop3 The menu is merged to the top of the context menu.
ContextMenuBottom4 The menu is merged to the bottom of the context menu.
InformationBar5 The menu is merged to the information bar.
See Also