构造 CMFCToolBarComboBoxEdit 对象。
CMFCToolBarComboBoxEdit(
CMFCToolBarComboBoxButton& combo
);
参数
- [in] combo
为 CMFCToolBarComboBoxButton 对象的引用,是工具栏按钮一个包含组合框控件。
示例
下面的示例演示如何构造对象 CMFCToolBarComboBoxEdit 选件类。此代码段是 pocket IE演示示例的一部分。
CMFCToolBarComboBoxButton* pButton = new CMFCToolBarComboBoxButton();
CMFCToolBarComboBoxEdit* pWndEdit = new CMFCToolBarComboBoxEdit(*pButton);
要求
标头: afxtoolbarcomboboxbutton.h