IPropertyPage2Impl Class

This class implements IUnknown and inherits the default implementation of IPropertyPageImpl.

template< class T > 
class IPropertyPage2Impl : public IPropertyPageImpl< T >

Parameters

  • T
    Your class, derived from IPropertyPage2Impl.

Remarks

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 and implements IUnknown by sending information to the dump device in debug builds.

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.

Related Articles   ATL Tutorial, Creating an ATL Project

Requirements

Header: atlctl.h

See Also

Reference

IPerPropertyBrowsingImpl Class

ISpecifyPropertyPagesImpl Class

Other Resources

IPropertyPage2Impl Members

ATL Class Overview