CStockPropImpl implements every stock property you can choose from the Stock Properties tab in the ATL Object Wizard. CStockPropImpl automatically creates a data member in your control class for each property, creates put and get methods for each property, and adds code to notify and synchronize with the container when any property changes.
template < class T, class InterfaceName, const IID* piid, const GUID* plibid >
class CStockPropImpl : IDispatchImpl< InterfaceName, piid, plibid >
Header file: | Atlctl.h |
Platforms: | |
Versions: | Version 2.0 and later |
Complete documentation: | Visual C++ documentation |
In Windows CE, the CStockPropImpl class doesn't implement the put_MouseIcon or put_Picture methods.