CMDIFrameWnd::MDINext
ativo a janela filho imediatamente atrás da janela filho atualmente ativo e coloca a janela filho ativo no momento por trás de todas as outras janelas filho.
void MDINext( );
Comentários
Se a janela ativa no momento de filho MDI maximizada, a função de membro restaura o filho ativo no momento e maximiza o filho recém-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