CStockPropImpl

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.

Syntax

template < class T, class InterfaceName, const IID* piid, const GUID* plibid >
class CStockPropImpl : IDispatchImpl< InterfaceName, piid, plibid >

At a Glance

Header file: Atlctl.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

Remarks

In Windows CE, the CStockPropImpl class doesn't implement the put_MouseIcon or put_Picture methods.

See Also

CComControl, CWindow