CSnapInPropertyPageImpl Class
This class provides methods for implementing a snap-in property page object.
Important
|
|---|
|
This class and its members cannot be used in applications that execute in the Windows Runtime. |
CSnapInPropertyPageImpl : public CDialogImplBase
|
Name |
Description |
|---|---|
|
Changes the status of the OK and Cancel buttons. |
|
|
Initializes a newly created CSnapInPropertyPageImpl object. |
|
|
Called by the framework when the user clicks the Apply Now button while using a wizard-type property sheet. |
|
|
Called by the framework when the user clicks the Help button while using a wizard-type property sheet. |
|
|
Called by the framework when the current page is no longer active. |
|
|
Called by the framework when the user clicks the Cancel button and before the cancel has taken place. |
|
|
Called by the framework when the user clicks the Reset button while using a wizard-type property sheet. |
|
|
Called by the framework when the current page becomes active. |
|
|
Called by the framework when the user clicks theBack button while using a wizard-type property sheet. |
|
|
Called by the framework when the user clicks the Finish button while using a wizard-type property sheet. |
|
|
Called by the framework when the user clicks the Next button while using a wizard-type property sheet. |
|
|
Forwards the current message to all pages of the property sheet. |
|
|
Call to activate or deactivate the Apply Now button. |
Important