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.
Sets the virtual rectangle of the pane.
void SetVirtualRect(
const CRect& rect,
BOOL bMapToParent = TRUE
);
Parameters
[in] rect
A CRect object that specifies the virtual rectangle to be set.[in] bMapToParent
Specify TRUE if rect contains points relative to the parent window.
Remarks
A virtual rectangle stores the original position of a pane when it is moved. The framework can use the virtual rectangle to restore the original position.
Do not call methods that are related to virtual rectangles unless you are moving panes programmatically.
Requirements
Header: afxpane.h