CPropertyPage Members
Base Class Members
Data Members
The Windows PROPSHEETPAGE structure. Provides access to basic property page parameters. |
Attributes
Retrieves the Windows PROPSHEETPAGE structure associated with the CPropertyPage object. |
Construction
Constructs a CPropertyPage object. Use Construct if you want to specify your parameters at run time, or if you are using arrays. |
|
Constructs a CPropertyPage object. |
Operations
Changes the OK button to read Close, and disables the Cancel button, after an unrecoverable change in the page of a modal property sheet. |
|
Forwards the message to each page of the property sheet. |
|
Call to activate or deactivate the Apply Now button. |
Overridables
Called by the framework when the Apply Now button is clicked. |
|
Called by the framework when the Cancel button is clicked. |
|
Called by the framework when the current page is no longer the active page. Perform data validation here. |
|
Called by the framework when the OK, Apply Now, or Close button is clicked. |
|
Called by the framework when the Cancel button is clicked, and before the cancel has taken place. |
|
Called by the framework when the Cancel button is clicked. |
|
Called by the framework when the page is made the active page. |
|
Called by the framework when the Back button is clicked while using a wizard-type property sheet. |
|
Called by the framework when the Finish button is clicked while using a wizard-type property sheet. |
|
Called by the framework when the Next button is clicked while using a wizard-type property sheet. |