Contents Index Topic Contents | ||
Previous Topic: Property Sheet Messages Next Topic: PSM_APPLY |
PSM_ADDPAGE
PSM_ADDPAGE wParam = 0; lParam = (LPARAM) (HPROPSHEETPAGE) hpage;Adds a new page to the end of an existing property sheet. You can send this message explicitly or by using the PropSheet_AddPage macro.
- No return value.
- hpage
- Handle to the page to add. The page must have been created by a previous call to the CreatePropertySheetPage function.
The new page should be no larger than the largest page currently in the property sheet because the property sheet is not resized to fit the new page.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.