CODDefPropSheet::CODDefPropSheet
Constructor.
Defined in: OdDefPropSheet.cpp
Syntax
CODDefPropSheet::CODDefPropSheet(CODPropertySet* pPropSet, CODViewport* pViewport, LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CODDefPropSheet::CODDefPropSheet(CODPropertySet* pPropSet, CODViewport* pViewport, UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
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.