Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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