Constructs a CMFCToolBarComboBoxEdit object.
CMFCToolBarComboBoxEdit(
   CMFCToolBarComboBoxButton& combo
);
Parameters
- [in] combo
 A reference to a CMFCToolBarComboBoxButton object, which is a toolbar button that contains a combo box control.
Example
The following example demonstrates how to construct an object of the CMFCToolBarComboBoxEdit class. This code snippet is part of the IE Demo sample.
    CMFCToolBarComboBoxButton* pButton = new CMFCToolBarComboBoxButton();
    CMFCToolBarComboBoxEdit* pWndEdit = new CMFCToolBarComboBoxEdit(*pButton);
Requirements
Header: afxtoolbarcomboboxbutton.h