Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |