CPropertySheet::m_psh

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

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

PROPSHEETHEADER m_psh;

See Also

CPropertySheet::DoModal, PROPSHEETHEADER