CWindow::GetStyle
Recupera os estilos de janela da janela.
DWORD GetStyle( ) const throw();
Valor de retorno
Os estilos de janela.
Comentários
Para recuperar os estilos estendidos da janela, chame GetExStyle.
Exemplo
//The following example attaches an HWND to the CWindow object and
//calls CWindow::GetStyle() to retrieve the styles of the window
CWindow myWindow;
myWindow.Attach(hWnd);
DWORD dwStyles = myWindow.GetStyle();
Requisitos
Cabeçalho: atlwin.h