Edit

Share via


MMC_CONTROL_TYPE Enum

Definition

Specifies the types of controls that can appear on the control bar.

This API supports the product infrastructure and is not intended to be used directly from your code.

public enum class MMC_CONTROL_TYPE
public enum MMC_CONTROL_TYPE
type MMC_CONTROL_TYPE = 
Public Enum MMC_CONTROL_TYPE
Inheritance
MMC_CONTROL_TYPE

Fields

TOOLBAR 0

A toolbar control.

MENUBUTTON 1

A drop-down menu control.

COMBOBOXBAR 2

A combo box control.

Remarks

For more information about programming with the MMC_CONTROL_TYPE enumerator and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Applies to