次の方法で共有


PropSheet_AddPage (Windows CE 5.0)

Send Feedback

This macro adds a new page to the end of an existing property sheet. You can use this macro or send the PSM_ADDPAGE message explicitly.

BOOLPropSheet_AddPage( hPropSheetDlg, hpage );

Parameters

  • hPropSheetDlg
    Handle to the property sheet.
  • hpage
    Handle to the page to add. The page must have been created by a previous call to the CreatePropertySheetPage function.

Return Values

None.

Remarks

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.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Prsht.h.

See Also

CreatePropertySheetPage | PSM_ADDPAGE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.