The IPropertyPage2 interface extends IPropertyPage by adding the EditProperty method. This method allows a client to select a specific property in a property page object.
Class IPropertyPage2Impl simply returns E_NOTIMPL for IPropertyPage2::EditProperty. However, it inherits the default implementation of IPropertyPageImpl.
When you create a property page, your class is typically derived from IPropertyPageImpl. To provide the extra support of IPropertyPage2, modify your class definition and override the EditProperty method.
template< class T >
class IPropertyPage2Impl : public IPropertyPageImpl< T >
Header file: | Atlctl.h |
Platforms: | |
Versions: | Version 2.0 and later |
Complete documentation: | Visual C++ documentation |
IPropertyPage2Impl Methods, IPropteryPage, IPropertyPage2, IPerPropertyBrowsingImpl, ISpecifyPropertyPagesImpl