IPerPropertyBrowsingImpl Class

This class implements IUnknown and allows a client to access the information in an object's property pages.

template< 
   class T  
> 
class ATL_NO_VTABLE IPerPropertyBrowsingImpl : 
   public IPerPropertyBrowsing

Parameters

  • T
    Your class, derived from IPerPropertyBrowsingImpl.

Remarks

The IPerPropertyBrowsing interface allows a client to access the information in an object's property pages. Class IPerPropertyBrowsingImpl provides a default implementation of this interface and implements IUnknown by sending information to the dump device in debug builds.

Note

If you are using Microsoft Access as the container application, you must derive your class from IPerPropertyBrowsingImpl. Otherwise, Access will not load your control.

Related Articles   ATL Tutorial, Creating an ATL Project

Requirements

Header: atlctl.h

See Also

Reference

IPropertyPageImpl Class

ISpecifyPropertyPagesImpl Class

Other Resources

IPerPropertyBrowsingImpl Members

ATL Class Overview