PropSheet_RemovePagePropSheet_RemovePage*
*Contents  *Index  *Topic Contents
*Previous Topic: PropSheet_RebootSystem
*Next Topic: PropSheet_RestartWindows

PropSheet_RemovePage


VOID PropSheet_RemovePage(
    HWND hPropSheetDlg, 		
    int index, 		
    HPROPSHEETPAGE hpage		
);		

Removes a page from a property sheet. You can use this macro or send the PSM_REMOVEPAGE message explicitly.

hPropSheetDlg
Handle to the property sheet.
index and hpage
Zero-based index of the page and the handle to the page to remove, respectively. An application can specify the index or the handle, or both. If both are specified, hpage takes precedence.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.