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


COleServerDoc::RequestPositionChange

Call this member function to have the container application change the item's position.

void RequestPositionChange(
   LPCRECT lpPosRect 
);

Параметры

  • lpPosRect
    Pointer to a RECT structure or a CRect object containing the item's new position.

Заметки

This function is usually called (in conjunction with UpdateAllItems) when the data in an in-place active item has changed. Following this call, the container might or might not perform the change by calling OnSetItemRects. The resulting position might be different from the one requested.

Требования

Header: afxole.h

См. также

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

COleServerDoc Class

COleServerDoc Members

Hierarchy Chart

COleServerDoc::ScrollContainerBy