CTreePropertySheet::CTreePropertySheet

CTreePropertySheet::CTreePropertySheet(int nTreeWidth = 100, CWnd* pParentWnd = NULL);

Parameters

nTreeWidth Defines the width of the tree control.
pParentWnd Points to the parent or owner window object (of type CWnd) to which the dialog object belongs. If it is NULL, the dialog object’s parent window is set to the main application window.

Remarks

Constructs a CTreePropertySheet object.
The Windows window is not created and attached, this is done internally by DoModal().
(Modeless property sheets are not supported yet)