BCGControlBar Pro for MFC
virtual CComboBox* CBCGPProp::CreateCombo ( CWnd *  pWndParent,
CRect  rect 
)
protectedvirtual

Called by the framework when it needs to create a combo box inside the property.

Returns
A pointer to the newly created CComboBox object.

Override this method in order to supply a CComboBox - derived class.

Parameters
pWndParentPoints to a combo box parent.
rectSpecifies the combo box bounding rectangle.