MMC_CONTROL_TYPE

[This is preliminary documentation and subject to change.]

The MMC_CONTROL_TYPE enumeration type 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.

typedef enum _MMC_CONTROL_TYPE
{
 
    TOOLBAR,
    MENUBUTTON,
    COMBOBOXBAR  // Not implemented
 
} MMC_CONTROL_TYPE;
 

Members

TOOLBAR
The control to be associated with the control bar is a toolbar.
MENUBUTTON
The control is a dropdown menu. This is a standard Win32 menu button.
COMBOBOXBAR
Not implemented at this time. This is a standard Win 32 combo box.

See Also

IControlbar::Attach, IControlbar::Create