CMDIFrameWnd::MDINext
Alterna a janela filho imediatamente por trás de janela filho ativa no momento e coloca a janela filho ativa no arquivo code-behind de quaisquer outras janelas filho.
void MDINext( );
Comentários
Se a janela filho MDI ativa no momento é maximizada, a função de membro restaura o filho ativo e maximize o filho recentemente ativado.
Exemplo
// 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();
}
Requisitos
Cabeçalho: afxwin.h