CPropertyPageEx::Construct

void Construct( UINT nIDTemplate, UINT nIDCaption = 0, UINT nIDHeaderTitle = 0, UINT nIDHeaderSubTitle = 0 );

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

Parameters

nIDTemplate

ID of the template used for this page.

lpszTemplateName

A pointer to a string containing the name of the template used for this page.

nIDCaption

ID of the name to be placed in the tab for this page. If 0, the name will be taken from the dialog template for this page. By default, 0.

nIDHeaderTitle

ID of the name to be placed in the title location of the property page header. By default, 0.

nIDHeaderSubTitle

ID of the name to be placed in the subtitle location of the property page header. By default, 0.

Remarks

Call this member function to construct a CPropertyPageEx object.

Use Construct if you want to specify your parameters at run time, or if you are using arrays.

CPropertyPageEx OverviewClass MembersHierarchy Chart

See Also   CPropertyPage::Construct, CPropertyPageEx::CPropertyPageEx