CODDefPropSheet::CODDefPropSheet

Constructor.

Defined in: OdDefPropSheet.cpp

Syntax

CODDefPropSheet::Operation(CODPropertySet* pPropSet, CODModel* pModel, LPCTSTR pszCaption, CWnd* pParentWnd, UINT iSelectPage);

CODDefPropSheet::Operation(CODPropertySet* pPropSet, CODModel* pModel, UINT nIDCaption, CWnd* pParentWnd, UINT iSelectPage);

Parameters

pPropSet

Property set containing all properties to be modified.

pViewport

Viewport that owns this property sheet.

pszCaption

Points to the string containing caption to be used for the property sheet (cannot be NULL).

nIDCaption

Resource ID of the string containing caption to be used for the property sheet.

pParentWnd

Parent window of the property sheet (if NULL, the desktop will be the parent).

iSelectPage

Index of the page that will initially be displayed on top.