Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 IEDemo Sample: MFC Internet Explorer Application.
CMFCToolBarComboBoxButton* pButton = new CMFCToolBarComboBoxButton();
CMFCToolBarComboBoxEdit* pWndEdit = new CMFCToolBarComboBoxEdit(*pButton);
Requirements
Header: afxtoolbarcomboboxbutton.h