CSnapInPropertyPageImpl Class Members

Construction
CSnapInPropertyPageImpl Constructs a new CSnapInPropertyPageImpl object.
Create Initializes a newly created CSnapInPropertyPageImpl object.

Operations
CancelToClose Changes the status of the OK and Cancel buttons.
SetModified Call to activate or deactivate the Apply Now button.
QuerySiblings Forwards the current message to all pages of the property sheet.

Overridables
OnSetActive Called by the framework when the current page becomes active.
OnKillActive Called by the framework when the current page is no longer active.
OnApply Called by the framework when the user clicks the Apply Now button is clicked while using a wizard-type property sheet.
OnReset Called by the framework when the user clicks the Reset button is clicked while using a wizard-type property sheet.
OnQueryCancel Called by the framework when the user clicks the Cancel button is clicked and before the cancel has taken place.
OnWizardBack Called by the framework when the user clicks the Back button is clicked while using a wizard-type property sheet.
OnWizardNext Called by the framework when the user clicks the Next button is clicked while using a wizard-type property sheet.
OnWizardFinish Called by the framework when the user clicks the Finish button is clicked while using a wizard-type property sheet.
OnHelp Called by the framework when the user clicks the Help button while using a wizard-type property sheet.

Data Members
m_psp The Windows PROPSHEETPAGE structure used by the CSnapInPropertyPageImpl object.