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.
If the pane can float, this method creates a mini-frame window for it.
virtual CPaneFrameWnd* CreateDefaultMiniframe(
CRect rectInitial
);
Parameters
- [in] rectInitial
Specifies the initial coordinates of the mini-frame window.
Return Value
A pointer to the new mini-frame window or NULL if the creation failed.
Remarks
The framework calls this method when a pane switches to a floating state. The method creates a mini-frame window and attaches the pane to this window.
The default implementation returns NULL.
Requirements
Header: afxbasepane.h