CMDIFrameWnd::MDIGetActive
CMDIChildWnd*MDIGetActive(BOOL*pbMaximized=NULL)const;
Return Value
A pointer to the active MDI child window.
Parameters
pbMaximized
A pointer to a BOOL return value. Set to TRUE on return if the window is maximized; otherwise FALSE.
Remarks
Retrieves the current active MDI child window, along with a flag indicating whether the child window is maximized.
Example
See the example for CMDIChildWnd::MDIMaximize.
CMDIFrameWnd Overview | Class Members | Hierarchy Chart
See Also CMDIFrameWnd::MDIActivate,