CPropertySheet::Create

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.

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

BOOL Create( CWnd* pParentWnd = NULL,
DWORD
dwStyle = WS_SYSMENU | WS_POPUP | WS_CAPTION | DS_MODALFRAME | WS_VISIBLE,
DWORD
dwExStyle = WS_EX_DLGMODALFRAME );

See Also

CDialog::Create, CPropertySheet::DoModal