This method displays a modeless property sheet. You can call Create from inside the constructor, or you can call it after the constructor is invoked.
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 |
BOOL Create( CWnd* pParentWnd = NULL,
DWORD dwStyle = WS_SYSMENU | WS_POPUP | WS_CAPTION | DS_MODALFRAME | WS_VISIBLE,
DWORD dwExStyle = WS_EX_DLGMODALFRAME );
CDialog::Create, CPropertySheet::DoModal