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.
Returns a pointer to the parent mini-frame window.
virtual CPaneFrameWnd* GetParentMiniFrame(
BOOL bNoAssert=FALSE
) const;
Parameters
- [in] bNoAssert
If TRUE, this method does not check for non-valid pointers. If you call this method when your application exits, set this parameter to TRUE.
Return Value
A valid pointer to the parent mini-frame window if the pane is floating; otherwise NULL.
Remarks
Call this function to retrieve a pointer to the parent mini-frame window. This method iterates through all parents and checks for an object derived from CPaneFrameWnd Class.
Use GetParentMiniFrame to determine whether the pane is floating.
Requirements
Header: afxbasepane.h