|
virtual |
Creates a window and attaches it to a property list object.
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.
| dwStyle | A combination of window styles. |
| rect | The bounding rectangle. |
| pParentWnd | Points to the parent window. Must not be NULL. |
| nID | The control ID. |