Поделиться через


COleControl::ExchangeExtent

Serializes or initializes the state of the control's extent (its dimensions in HIMETRIC units).

BOOL ExchangeExtent(
   CPropExchange* pPX 
);

Параметры

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

Возвращаемое значение

Nonzero if the function succeeded; 0 otherwise.

Заметки

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

Требования

Header: afxctl.h

См. также

Основные понятия

COleControl Class

COleControl Members

Hierarchy Chart

COleControl::DoPropExchange