Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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