BCGControlBar Pro for MFC
virtual CBCGPComboEdit* CBCGPToolbarComboBoxButton::CreateEdit ( CWnd *  pWndParent,
const CRect &  rect,
DWORD  dwEditStyle 
)
virtual

Called by the framework when it needs to create a new edit control for combo box button.

Returns
A pointer to newly created edit control. If creation fails the returned value is NULL.

Override CreateEdit function in a derived class if you need to derive a class from CBCGPComboEdit and customize its creation.

Parameters
pWndParentA pointer to parent window.
rectBounding rectangle
dwEditStyleSpecifies edit control styles.