CMFCDropDownListBox::CMFCDropDownListBox

Constructs a CMFCDropDownListBox object.

CMFCDropDownListBox();
CMFCDropDownListBox(
   CWnd* pEditCtrl
);
CMFCDropDownListBox(
   CMFCRibbonComboBox* pRibbonCombo
);

Parameters

Parameter

Description

[in] pEditCtrl

The parent edit control.

[in] pRibbonCombo

The parent ribbon combo box.

Remarks

If you provide the pRibbonCombo parameter, the constructor sets the parent edit control to the edit control that is associated with this CMFCRibbonComboBox object.

Requirements

Header: afxdropdownlistbox.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCDropDownListBox Class

CMFCRibbonComboBox Class