CMDIFrameWnd::MDINext
更新 : 2007 年 11 月
現在アクティブになっている子ウィンドウに隠れている子ウィンドウをアクティブにし、現在アクティブになっている子ウィンドウをすべてのほかの子ウィンドウの後ろに置きます。
void MDINext( );
解説
現在アクティブな MDI 子ウィンドウが最大表示されているときは、現在のアクティブな子ウィンドウを元に戻し、新しくアクティブになる子ウィンドウを最大表示します。
使用例
// CMainFrame::OnActivateNextWindow() is a menu command handler for
// CMainFrame class, which in turn is a CMDIFrameWnd-derived class.
// It activates the child window immediately behind the currently
// active child window and places the currently active child window
// behind all other child windows.
void CMainFrame::OnActivateNextWindow()
{
MDINext();
}
必要条件
ヘッダー : afxwin.h