Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
TOOLBARValue: 0 The control to be associated with the control bar is a toolbar. |
MENUBUTTONThe control is a drop-down menu. This is a standard Win32 menu button. |
COMBOBOXBARNot 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 |