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
-
| dwStyle | Specifies the control's style. Apply any combination of window styles to the control. |
| rect | Specifies the control's size and position. Can be a CRect object or a RECT structure. |
| pParentWnd | Specifies the control's parent window. It must not be NULL. |
| nID | Specifies the control's ID. |