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.
virtualCFrameWnd*GetActiveFrame();
Return Value
A pointer to the active MDI child window. If the application is an SDI application, or the MDI frame window has no active document, the implicit this pointer will be returned.
Remarks
Call this member function to obtain a pointer to the active multiple document interface (MDI) child window of an MDI frame window.
If there is no active MDI child or the application is a single document interface (SDI), the implicit this pointer is returned.
CFrameWnd Overview | Class Members | Hierarchy Chart
See Also CFrameWnd::GetActiveView, CFrameWnd::GetActiveDocument, CMDIFrameWnd