Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Called by the container to inform the control that its size and/or position has changed.
HRESULT SetObjectRects(
LPCRECT prcPos,
LPCRECT prcClip
);
Remarks
Updates the control's m_rcPos data member and the control display. Only the part of the control that intersects the clip region is displayed. If a control's display was previously clipped but the clipping has been removed, this function can be called to redraw a full view of the control.
See IOleInPlaceObject::SetObjectRects in the Windows SDK.
Requirements
Header: atlctl.h
See Also
Concepts
IOleInPlaceObjectWindowlessImpl Class