调用由框架添加一个组合框添加到属性。
virtual CComboBox* CreateCombo(
CWnd* pWndParent,
CRect rect
);
参数
[in] pWndParent
指针到组合框的父窗口。[in] rect
组合框的边框。
返回值
为新的 CComboBox 对象的指针。
要求
标头: afxpropertygridctrl.h
调用由框架添加一个组合框添加到属性。
virtual CComboBox* CreateCombo(
CWnd* pWndParent,
CRect rect
);
[in] pWndParent
指针到组合框的父窗口。
[in] rect
组合框的边框。
为新的 CComboBox 对象的指针。
标头: afxpropertygridctrl.h