CODDefPropSheet::Create

BOOL CODDefPropSheet::Create(CWnd* pParentWnd, DWORD dwStyle, DWORD dwExStyle)

Used to display a modeless component property sheet. The call to Create can be inside the constructor, or you can call it after the constructor is invoked.

Defined in: OdDefPropSheet.cpp

Return Value

Nonzero if the property sheet is created successfully; otherwise 0.

Parameters

pParentWnd

Points to parent window. If NULL, parent is the desktop.

dwStyle

Window styles for property sheet.

dwExStyle

Extended window styles for property sheet