Click or drag to resize

HBMMENU Enumeration

Defines a list of well-known context menu bitmap handles.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum HBMMENU
Members
  Member nameValueDescription
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_SYSTEM1 Windows icon or the icon of the window specified in dwItemData.
HBMMENU_MBAR_RESTORE2 Restore button for the menu bar.
HBMMENU_MBAR_MINIMIZE3 Minimize button for the menu bar.
HBMMENU_MBAR_CLOSE5 Close button for the menu bar.
HBMMENU_MBAR_CLOSE_D6 Disabled close button for the menu bar.
HBMMENU_MBAR_MINIMIZE_D7 Disabled minimize button for the menu bar.
HBMMENU_POPUP_CLOSE8 Close button for the submenu.
HBMMENU_POPUP_RESTORE9 Restore button for the submenu.
HBMMENU_POPUP_MAXIMIZE10 Maximize button for the submenu.
HBMMENU_POPUP_MINIMIZE11 Minimize button for the submenu.
See Also