Share via


CMFCToolBarComboBoxEdit::CMFCToolBarComboBoxEdit

Constructs a CMFCToolBarComboBoxEdit object.

CMFCToolBarComboBoxEdit(
   CMFCToolBarComboBoxButton& combo
);

Parameters

Example

The following example demonstrates how to construct an object of the CMFCToolBarComboBoxEdit class. This code snippet is part of the IEDemo Sample: MFC Internet Explorer Application.

   CMFCToolBarComboBoxButton* pButton = new CMFCToolBarComboBoxButton();
    CMFCToolBarComboBoxEdit* pWndEdit = new CMFCToolBarComboBoxEdit(*pButton);

Requirements

Header: afxtoolbarcomboboxbutton.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCToolBarComboBoxEdit Class

CMFCToolBarComboBoxButton Class