IPropertyPageImpl Class
This class implements IUnknown and provides a default implementation of the IPropertyPage interface.
template< class T >
class IPropertyPageImpl
Parameters
- T
Your class, derived from IPropertyPageImpl.
Remarks
The IPropertyPage interface allows an object to manage a particular property page within a property sheet. Class IPropertyPageImpl provides a default implementation of this interface and implements IUnknown by sending information to the dump device in debug builds.
Related Articles ATL Tutorial, Creating an ATL Project
Requirements
Header: atlctl.h
See Also
Reference
IPerPropertyBrowsingImpl Class
ISpecifyPropertyPagesImpl Class