COleControl::ExchangeStockProps

Serializes or initializes the state of the control's stock properties.

void ExchangeStockProps(
   CPropExchange* pPX 
);

Parameters

  • pPX
    A pointer to a CPropExchange object. The framework supplies this object to establish the context of the property exchange, including its direction.

Remarks

This function is normally called by the default implementation of COleControl::DoPropExchange.

Requirements

Header: afxctl.h

See Also

Concepts

COleControl Class

COleControl Members

Hierarchy Chart

COleControl::DoPropExchange