BCGSuite for MFC
CBCGPPropertySheet::CBCGPPropertySheet ( UINT  nIDCaption,
CWnd *  pParentWnd = NULL,
UINT  iSelectPage = 0 
)

Constructs a CBCGPPropertySheet object.

Use this member function to construct a CBCGPPropertySheet object. To display the property sheet, call DoModal or Create. The string contained in the first parameter will be placed in the caption bar for the property sheet.

See CPropertySheet::CPropertySheet for more info.

Parameters
nIDCaptionResource ID of a string containing the caption to be used for the property sheet.
pParentWndPoints to the parent window of the property sheet. If NULL, the parent window will be the main window of the application.
iSelectPageThe index of the page that will initially be on top. Default is the first page added to the sheet.