CBCGPPropertySheet::CBCGPPropertySheet | ( | LPCTSTR | pszCaption, |
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.
pszCaption | Points to a string containing the caption to be used for the property sheet. Cannot be NULL. |
pParentWnd | Points to the parent window of the property sheet. If NULL, the parent window will be the main window of the application. |
iSelectPage | The index of the page that will initially be on top. Default is the first page added to the sheet. |