MMC_CONTROL_TYPE enumeration (mmc.h)

The MMC_CONTROL_TYPE enumeration defines the kinds of controls that can appear in the control bar. The values can be used in the nType parameter of the IControlbar::Attach and IControlbar::Create methods.

Syntax

typedef enum _MMC_CONTROL_TYPE {
  TOOLBAR = 0,
  MENUBUTTON,
  COMBOBOXBAR
} MMC_CONTROL_TYPE;

Constants

 
TOOLBAR
Value: 0
The control to be associated with the control bar is a toolbar.
MENUBUTTON
The control is a drop-down menu. This is a standard Win32 menu button.
COMBOBOXBAR
Not implemented at this time. This is a standard Win32 combo box.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header mmc.h

See also

IControlbar::Attach

IControlbar::Create