Call this member function to display a modeless property sheet. You can call Create from inside the constructor, or you can call it after the constructor is invoked.
BOOL Create( CWnd* pParentWnd = NULL, DWORD dwStyle = WS_SYSMENU | WS_POPUP | WS_CAPTION | DS_MODALFRAME | WS_VISIBLE, DWORD dwExStyle = WS_EX_DLGMODALFRAME );
Header File | Afxdlgs.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CPropertySheet Overview, CPropertySheet Member Functions, Property Sheets, CDialog::Create, CPropertySheet::DoModal