Compartilhar via


CWindow::GetExStyle

Recupera os estilos estendidos da janela da janela.

DWORD GetExStyle( ) const throw();

Valor de retorno

Os estilos estendidos da janela.

Comentários

Para recuperar os estilos de janela normal, chame GetStyle.

Exemplo

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::GetExStyle() to retrieve the extended styles of 
//the window

CWindow myWindow;
myWindow.Attach(hWnd);
DWORD dwExStyles = myWindow.GetExStyle();

Requisitos

Cabeçalho: atlwin.h

Consulte também

Referência

Classe de CWindow

CWindow::ModifyStyleEx