BOOL ExchangeExtent( CPropExchange* pPX );
Return Value
Nonzero if the function succeeded; 0 otherwise.
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
Call this function to serialize or initialize the state of the control’s extent (its dimensions in HIMETRIC units). This function is normally called by the default implementation of COleControl::DoPropExchange.
COleControl Overview | Class Members | Hierarchy Chart
See Also COleControl::DoPropExchange