CPropertySheet::m_psh

This data member contains a PROPSHEETHEADER structure whose members store the characteristics of a proerty sheet. Use this structure to initialize the appearance of the property sheet after it's constructed but before it's displayed with the DoModal member function.

PROPSHEETHEADER m_psh;

At a Glance

Header File Afxdlgs.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CPropertySheet Overview, CPropertySheet Data Members, Property Sheets, CPropertySheet::DoModal, PROPSHEETHEADER