CPropertyPageEx::CPropertyPageEx

CPropertyPageEx( );

CPropertyPageEx( UINT nIDTemplate, UINT nIDCaption = 0, UINT nIDHeaderTitle = 0, UINT nIDHeaderSubTitle = 0 );

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

Parameters

nIDTemplate

ID 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.

nIDHeaderTitle

ID of the name to be placed in the title location of the property page header.

nIDHeaderSubTitle

ID of the name to be placed in the subtitle location of the property page header.

lpszTemplateName

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

Remarks

Call this member function to construct a CPropertyPageEx object. The object is displayed after all of the following conditions are met:

If you have multiple parameters (for example, if you are using an array), use Construct instead of CPropertyPageEx.

CPropertyPageEx OverviewClass MembersHierarchy Chart

See Also   CPropertyPage::CPropertyPage