PSM_REMOVEPAGE (Compact 2013)
3/28/2014
This message removes a page from a property sheet. You can send this message explicitly or by using the PropSheet_RemovePage macro.
Syntax
PSM_REMOVEPAGE wParam = (WPARAM)(int) index;
lParam = (LPARAM)(HPROPSHEETPAGE) hpage;
Parameters
- index
Zero-based index of the page to remove.
- hpage
Handle of the page to remove.
Return Value
None.
Remarks
An application can specify the index or the handle, or both. If both are specified, hpage takes precedence.
Requirements
Header |
commctrl.h |