CPropertySheet::Construct

This method constructs a CPropertySheet object if one of the class constructors has not already been called. For example, call Construct when you declare or allocate arrays of CPropertySheet objects. In the case of arrays, you must call Construct for each member in the array.

At a Glance

Header file: Afxdlgs.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

void Construct( UINT nIDCaption, CWnd* pParentWnd = NULL,
UINT
iSelectPage = 0 );

void Construct( LPCTSTR pszCaption, CWnd* pParentWnd = NULL,
UINT
iSelectPage = 0 );

See Also

CPropertySheet::CPropertySheet, CPropertySheet::DoModal, CPropertySheet::Create