Compartilhar via


CWindow::ShowWindow

Define apresentação de estado da janela de.

BOOL ShowWindow(
   int nCmdShow 
) throw();

Comentários

See ShowWindow in the Windows SDK.

Exemplo

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::ShowWindow() to show the window in its maximized state

CWindow myWindow;
myWindow.Attach(hWnd);
myWindow.ShowWindow(SW_SHOWMAXIMIZED);

Requisitos

Cabeçalho: atlwin.h

Consulte também

Referência

Classe CWindow

Outros recursos

CWindow membros