Share via


COleServerDoc::RequestPositionChange

voidRequestPositionChange(LPCRECTlpPosRect**);**

Parameters

lpPosRect

Pointer to a RECT structure or a CRect object containing the item’s new position.

Remarks

Call this member function to have the container application change the item’s 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.

COleServerDoc OverviewClass MembersHierarchy Chart

See Also   COleServerDoc::ScrollContainerBy