BCGControlBar Pro for MFC
virtual BOOL CBCGPPropList::Create ( DWORD  dwStyle,
const RECT &  rect,
CWnd *  pParentWnd,
UINT  nID 
)
virtual

Creates a window and attaches it to a property list object.

Returns
Nonzero if the window was created successfully; otherwise 0.

You create a property list control in two steps. First, you need to construct a property list object, then you have to create a Windows control using the Create function.

Parameters
dwStyleA combination of window styles.
rectThe bounding rectangle.
pParentWndPoints to the parent window. Must not be NULL.
nIDThe control ID.