This constructor constructs a CPropertySheet object. To display the property sheet, call DoModal or Create. The string contained in the first parameter will be placed in the caption bar for the property sheet.
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 |
CPropertySheet( );
CPropertySheet( UINT nIDCaption, CWnd *pParentWnd = NULL,
UINT iSelectPage = 0 );
CPropertySheet( LPCTSTR pszCaption, CWnd *pParentWnd = NULL,
UINT iSelectPage = 0 );
CPropertySheet::Construct, CPropertySheet::DoModal, CPropertySheet::Create, CPropertyPage