Поделиться через


COlePropertiesDialog::m_psh

A structure of type PROPSHEETHEADER, whose members store the characteristics of the dialog object.

PROPSHEETHEADER m_psh;

Заметки

After constructing a COlePropertiesDialog object, you can use m_psh to set various aspects of the dialog box before calling the DoModal member function.

If you modify the m_psh data member directly, you will override any default behavior.

For more information on the PROPSHEETHEADER structure, see the Windows SDK.

Требования

Header: afxodlgs.h

См. также

Основные понятия

COlePropertiesDialog Class

COlePropertiesDialog Members

Hierarchy Chart

COlePropertiesDialog::DoModal