Defines a list of well-known context menu bitmap handles.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Members
| Member name | Value | Description |
---|
| HBMMENU_CALLBACK | -1 |
A bitmap that is drawn by the window that owns the menu. The application must process the WM_MEASUREITEM and WM_DRAWITEM messages.
|
| HBMMENU_SYSTEM | 1 |
Windows icon or the icon of the window specified in dwItemData.
|
| HBMMENU_MBAR_RESTORE | 2 |
Restore button for the menu bar.
|
| HBMMENU_MBAR_MINIMIZE | 3 |
Minimize button for the menu bar.
|
| HBMMENU_MBAR_CLOSE | 5 |
Close button for the menu bar.
|
| HBMMENU_MBAR_CLOSE_D | 6 |
Disabled close button for the menu bar.
|
| HBMMENU_MBAR_MINIMIZE_D | 7 |
Disabled minimize button for the menu bar.
|
| HBMMENU_POPUP_CLOSE | 8 |
Close button for the submenu.
|
| HBMMENU_POPUP_RESTORE | 9 |
Restore button for the submenu.
|
| HBMMENU_POPUP_MAXIMIZE | 10 |
Maximize button for the submenu.
|
| HBMMENU_POPUP_MINIMIZE | 11 |
Minimize button for the submenu.
|
See Also