CMFCPropertyGridProperty::CreateCombo

Called by the framework to add a combo box to a property.

virtual CComboBox* CreateCombo(
   CWnd* pWndParent,
   CRect rect 
);

Parameters

  • [in] pWndParent
    Pointer to the parent window of the combo box.

  • [in] rect
    The bounding rectangle of the combo box.

Return Value

Pointer to a new CComboBox object.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridProperty Class