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

Creates and initializes the Windows control and attaches the control handle to CBCGPPlannerManagerCtrl object.

Returns
Nonzero if initialization is successfull; otherwise 0.

Use this function to create the Planner control.

Parameters
dwStyleSpecifies the control's style. Apply any combination of window styles to the control.
rectSpecifies the control's size and position. Can be a CRect object or a RECT structure.
pParentWndSpecifies the control's parent window. It must not be NULL.
nIDSpecifies the control's ID.