Property Sheets Macros (Windows Embedded CE 6.0)
1/6/2010
The following table shows the property sheets macros, with a description of the purpose of each.
Programming element | Description |
---|---|
This macro adds a new page to the end of an existing property sheet. |
|
This macro simulates the choice of the Apply Now button, indicating that one or more pages have changed and the changes need to be validated and recorded. |
|
This macro disables the Cancel button and changes the text of the OK button to Close. |
|
This macro informs a property sheet that information in a page has changed. |
|
This macro retrieves a handle to the window of the current page of a property sheet. |
|
This macro retrieves the handle to the tab control of a property sheet. |
|
This macro passes a message to a property sheet dialog box and indicates whether the dialog processed the message. |
|
This macro simulates the choice of a property sheet button. |
|
This macro causes a property sheet to send the PSM_QUERYSIBLINGS message to each of its pages. |
|
This macro indicates that the system needs to be restarted for the changes to take effect. |
|
This macro removes a page from a property sheet. |
|
This macro sends a PSM_RESTARTWINDOWS message indicating that Windows needs to be restarted for changes to take effect. |
|
This macro activates the specified page in a property sheet. |
|
This macro activates the specified page in a property sheet based on the resource identifier of the page. |
|
This macro sets the text of the Finish button in a wizard property sheet, shows and enables the button, and hides the Next and Back buttons. |
|
This macro sets the title of a property sheet. |
|
This macro posts the PSM_SETWIZBUTTONS message to a wizard property sheet. |
|
This macro informs a property sheet that information in a page has reverted to the previously saved state. |