CPropertyPage::Construct

This method constructs a CPropertyPage object. The object is displayed after all of the following conditions are met:

Call Construct if one of the other class constructors has not been called. The Construct method is flexible because you can leave the parameter statement blank and then specify multiple parameters and construction at any point in your code.

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 nIDTemplate, UINT nIDCaption = 0 );

void Construct( LPCTSTR lpszTemplateName, UINT nIDCaption = 0 );

See Also

CPropertyPage::CPropertyPage, CPropertySheet::DoModal, CPropertySheet::AddPage