void RequestPositionChange( LPCRECT lpPosRect );
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 Overview | Class Members | Hierarchy Chart
See Also COleServerDoc::ScrollContainerBy