ShellMenuMergeType Enumeration |
Defines the context for merge operations.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum ShellMenuMergeType
Members
| Member name | Value | Description |
---|
| None | 0 |
There is no specific merge context associated with this menu.
|
| Menu | 1 |
The menu is merged to the item menu.
|
| ContextMenu | 2 |
The menu is merged to the context menu.
|
| ContextMenuTop | 3 |
The menu is merged to the top of the context menu.
|
| ContextMenuBottom | 4 |
The menu is merged to the bottom of the context menu.
|
| InformationBar | 5 |
The menu is merged to the information bar.
|
See Also